mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Add a perf buildType for testing performance improvements.
This commit is contained in:
committed by
Alan Evans
parent
8927971a19
commit
c27300c19d
@@ -205,6 +205,12 @@ android {
|
||||
minifyEnabled true
|
||||
proguardFiles = buildTypes.debug.proguardFiles
|
||||
}
|
||||
perf {
|
||||
initWith debug
|
||||
isDefault false
|
||||
debuggable false
|
||||
matchingFallbacks = ['debug']
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
||||
Reference in New Issue
Block a user