Bug 1865634 - Use legacy packaging for native code on AAB

fenix/122.0
Zac McKenney 7 months ago committed by mergify[bot]
parent 1f7fb7f376
commit 33b16eb182

@ -215,6 +215,15 @@ android {
}
bundle {
// Profiler issues require us to temporarily package native code compressed to
// match the previous APK packaging.
// https://bugzilla.mozilla.org/show_bug.cgi?id=1865634
packagingOptions {
jniLibs {
it.useLegacyPackaging = true
}
}
language {
// Because we have runtime language selection we will keep all strings and languages
// in the base APKs.

Loading…
Cancel
Save