blob: e27c70c8daf9b4ccc370c1af7c2c1bf18a46d109 [file] [log] [blame]
android {
defaultConfig {
testHandleProfiling = true
}
productFlavors {
create("foo") {
testHandleProfiling = false
}
}
}