Add a perf buildType for testing performance improvements.

fork-5.53.8
Greyson Parrelli 2020-12-20 13:28:55 -05:00 zatwierdzone przez Alan Evans
rodzic 8927971a19
commit c27300c19d
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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