makes the benchmark module profileable

This commit is contained in:
Vitor Pamplona
2024-01-18 13:35:53 -03:00
parent 3241f0ada1
commit 6d368148cc
+1
View File
@@ -99,6 +99,7 @@ android {
}
create("benchmark") {
initWith(getByName("release"))
profileable true
signingConfig signingConfigs.debug
}
}