Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RewriteDeprecatedOperators
/
SetTestHandleProfilingExpected.gradle.kts
blob: e27c70c8daf9b4ccc370c1af7c2c1bf18a46d109 [
file
] [
log
] [
blame
]
android
{
defaultConfig
{
testHandleProfiling
=
true
}
productFlavors
{
create
(
"foo"
)
{
testHandleProfiling
=
false
}
}
}