Related to #9774
@@ -70,6 +70,7 @@ android {
signingConfig = debugType.signingConfig
versionNameSuffix = debugType.versionNameSuffix
applicationIdSuffix = debugType.applicationIdSuffix
+ isProfileable = false
matchingFallbacks.add("release")
}
create("benchmark") {