blob: 80acec15988eefdd5adf999278c086341e98d1f1 [file] [log] [blame]
android {
defaultConfig {
setTestInstrumentationRunnerArguments foo: 'bar', baz: 'quux'
}
productFlavors {
foo {
setTestInstrumentationRunnerArguments a: 'b'
}
}
}