Skip to content

Commit

Permalink
Bug 1865634 - Use legacy packaging for native code on AAB
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac McKenney authored and mergify[bot] committed Nov 28, 2023
1 parent daf7931 commit e29acdb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fenix/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e29acdb

Please sign in to comment.