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