Bug 1865634 - Use legacy packaging for native code on AAB

(cherry picked from commit e29acdb26ca6263416fe379cabdb67eb5b2794e6)
fenix/121.0
Zac McKenney 6 months ago committed by Ryan VanderMeulen
parent 68db9d2c75
commit a694cdbedc

@ -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