Skip to content

Commit 3e406c0

Browse files
committed
Merge remote-tracking branch 'upstream/iceraven' into iceraven
2 parents 6447960 + 5c57bd5 commit 3e406c0

File tree

671 files changed

+33187
-28448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

671 files changed

+33187
-28448
lines changed

android-components

Submodule android-components updated 708 files

app/build.gradle

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,6 @@ android {
294294
}
295295

296296
bundle {
297-
// Profiler issues require us to temporarily package native code compressed to
298-
// match the previous APK packaging.
299-
// https://bugzilla.mozilla.org/show_bug.cgi?id=1865634
300-
packaging {
301-
jniLibs {
302-
it.useLegacyPackaging = true
303-
}
304-
}
305-
306297
language {
307298
// Because we have runtime language selection we will keep all strings and languages
308299
// in the base APKs.
@@ -318,14 +309,9 @@ android {
318309
abortOnError = false
319310
}
320311

321-
// https://issuetracker.google.com/issues/379732901
322312
packaging {
323313
resources {
324-
excludes += ["META-INF/LICENSE.md", "META-INF/LICENSE-notice.md",
325-
"META-INF/versions/9/OSGI-INF/MANIFEST.MF"]
326-
}
327-
jniLibs {
328-
useLegacyPackaging = true
314+
excludes += ["META-INF/LICENSE.md", "META-INF/LICENSE-notice.md"]
329315
}
330316
}
331317

0 commit comments

Comments
 (0)