feat(build): auto-generate baseline prof when building playRelease
This commit is contained in:
@@ -102,6 +102,14 @@ android {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
baselineProfile {
|
||||
variants {
|
||||
create("playRelease") {
|
||||
automaticGenerationDuringBuild = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user