-
- Downloads
[android] Modify build system
Bug 40083: Make locale ordering in BuildConfig deterministic Bug 40042: Add option do overwrite timestamp in extension version Bug 40059: Use MOZ_BUILD_DATE for versionCode At the same time we adapt MOZ_BUILD_DATE to our needs where it is actually used and not in tor-browser-build. This gives us more flexibility. See: tor-browser-build#40084. Bug 40067: Fix reproducibility issue in classes2.dex We make sure our MOZ_BUILD_DATE gets used as a source for showing date related information on the Fenix about page. Bug 40071: Show only supported locales Bug 40064: Use Gecko Beta for Nightly and Debug variants Bug 40123: Allow building the instrumented tests apks for variants other than debug This allows to specify the variant of the instrumented tests via a `testBuildType` gradle argument. It also applies a workaround for a R8 issue from https://issuetracker.google.com/issues/140851070. Bug 40143: Use deterministic date in Test apk The build config was using Date() when generating the Test apk's versionName.
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- mobile/android/android-components/components/service/glean/src/main/java/mozilla/components/service/glean/private/MetricAliases.kt 2 additions, 0 deletions...mozilla/components/service/glean/private/MetricAliases.kt
- mobile/android/android-components/plugins/config/src/main/java/ConfigPlugin.kt 15 additions, 3 deletions...d-components/plugins/config/src/main/java/ConfigPlugin.kt
- mobile/android/fenix/app/build.gradle 20 additions, 2 deletionsmobile/android/fenix/app/build.gradle
- mobile/android/fenix/app/proguard-rules.pro 3 additions, 0 deletionsmobile/android/fenix/app/proguard-rules.pro
- mobile/android/fenix/build.gradle 2 additions, 0 deletionsmobile/android/fenix/build.gradle
- mobile/android/fenix/tools/tba-fetch-deps.sh 21 additions, 0 deletionsmobile/android/fenix/tools/tba-fetch-deps.sh
- mobile/android/fenix/tools/tba-sign-devbuilds.sh 53 additions, 0 deletionsmobile/android/fenix/tools/tba-sign-devbuilds.sh
mobile/android/fenix/tools/tba-fetch-deps.sh
0 → 100755
Please sign in to comment