Commit ad308e4b authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 45086: [android] Repack omni.ja file with LZMA

TB 45096: Remove uncompressed omni.ja from Geckoview aar.
parent 77205b6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ android {

        // manifest.template.json is converted to manifest.json at build time.
        // No need to package the template in the APK.
        ignoreAssetsPattern = "manifest.template.json:omni.ja"
        ignoreAssetsPattern = "manifest.template.json"
    }

    testOptions {
+4 −0
Original line number Diff line number Diff line
@@ -167,6 +167,10 @@ android {
        singleVariant('debug')
    }

    androidResources {
        ignoreAssetsPattern "omni.ja"
    }

    namespace = 'org.mozilla.geckoview'
}