
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: ea71cd63 by Nicolas Vigier at 2025-05-20T15:56:01+02:00 Bug 41467: Remove list_toolchain_updates-firefox-android makefile rule - - - - - 7cbdfd9d by Nicolas Vigier at 2025-05-20T15:57:06+02:00 Bug 41467: Update projects/browser/README.md firefox-android has been removed, and the apk are produced in projects/geckoview. - - - - - 2 changed files: - Makefile - projects/browser/README.md Changes: ===================================== Makefile ===================================== @@ -617,9 +617,6 @@ list_toolchain_updates-application-services: submodule-update list_toolchain_updates-geckoview: submodule-update $(rbm) build geckoview --step list_toolchain_updates --target nightly --target torbrowser-android-armv7 -list_toolchain_updates-firefox-android: submodule-update - $(rbm) build firefox-android --step list_toolchain_updates --target nightly --target torbrowser-android-armv7 - create_glean_deps_tarball: submodule-update $(rbm) build glean --step create_glean_deps_tarball --target alpha --target torbrowser-android-armv7 ===================================== projects/browser/README.md ===================================== @@ -25,7 +25,7 @@ The Android script is much simpler. Tor and pluggable transports are already packaged in `tor-android-service` and `tor-onion-proxy-library`. The only missing piece is NoScript, so we add it to the APK produced by -`firefox-android`. +`geckoview`. This APK is unsigned, so we sign with a private key we ship in `android-qa.keystore`, so that the APK we ship can be installed for QA (Android View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/9... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/9... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
boklm (@boklm)