Makes the bechmark build its own package name to facilitate testing in real phones.

This commit is contained in:
Vitor Pamplona
2025-03-17 13:54:57 -04:00
parent 0b9a44ab9b
commit 5aa2eb4499
4 changed files with 36 additions and 2 deletions
+3
View File
@@ -104,6 +104,9 @@ android {
}
create("benchmark") {
initWith(getByName("release"))
applicationIdSuffix '.benchmark'
versionNameSuffix '-BENCHMARK'
resValue "string", "app_name", "@string/app_name_benchmark"
profileable true
signingConfig signingConfigs.debug
}