Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RewriteDeprecatedOperators
/
SetTestInstrumentationRunnerArguments.gradle
blob: 80acec15988eefdd5adf999278c086341e98d1f1 [
file
] [
log
] [
blame
]
android
{
defaultConfig
{
setTestInstrumentationRunnerArguments foo
:
'bar'
,
baz
:
'quux'
}
productFlavors
{
foo
{
setTestInstrumentationRunnerArguments a
:
'b'
}
}
}