Loading mobile/android/fenix/app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading mobile/android/geckoview/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,10 @@ android { singleVariant('debug') } androidResources { ignoreAssetsPattern "omni.ja" } namespace = 'org.mozilla.geckoview' } Loading Loading
mobile/android/fenix/app/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading
mobile/android/geckoview/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,10 @@ android { singleVariant('debug') } androidResources { ignoreAssetsPattern "omni.ja" } namespace = 'org.mozilla.geckoview' } Loading