blob: 91125f7e03e1caf5045647e610f7cfeb4ea1d07c [file] [log] [blame]
android {
defaultConfig {
testInstrumentationRunnerArguments foo: 'bar', baz: 'quux'
}
productFlavors {
foo {
testInstrumentationRunnerArguments a: 'b'
}
}
}