Add a perf buildType for testing performance improvements.

This commit is contained in:
Greyson Parrelli
2020-12-20 13:28:55 -05:00
committed by Alan Evans
parent 8927971a19
commit c27300c19d

View File

@@ -205,6 +205,12 @@ android {
minifyEnabled true
proguardFiles = buildTypes.debug.proguardFiles
}
perf {
initWith debug
isDefault false
debuggable false
matchingFallbacks = ['debug']
}
}
productFlavors {