Before this change baseline profiles where not being generated at all
because
android { buildTypes { release {
baselineProfile.automaticGenerationDuringBuild = true
}}}
is overwritten by
baselineProfile {
// Don't build on every iteration of a full assemble.
// Instead enable generation directly for the release build variant.
automaticGenerationDuringBuild = false
}
Instead, correctly set it for the release variant
pull/2138/head
parent
7d45eae4f8
commit
5e96a52c4a
Loading…
Reference in new issue