blob: 65111663ab5836fb88a639cd83a9105af00e8014 [file] [log] [blame]
android {
defaultConfig {
testHandleProfiling true
}
productFlavors {
foo {
testHandleProfiling false
}
}
}