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
-
7cbdfd9d
by Nicolas Vigier at 2025-05-20T15:57:06+02:00
2 changed files:
Changes:
... | ... | @@ -617,9 +617,6 @@ list_toolchain_updates-application-services: submodule-update |
617 | 617 | list_toolchain_updates-geckoview: submodule-update
|
618 | 618 | $(rbm) build geckoview --step list_toolchain_updates --target nightly --target torbrowser-android-armv7
|
619 | 619 | |
620 | -list_toolchain_updates-firefox-android: submodule-update
|
|
621 | - $(rbm) build firefox-android --step list_toolchain_updates --target nightly --target torbrowser-android-armv7
|
|
622 | - |
|
623 | 620 | create_glean_deps_tarball: submodule-update
|
624 | 621 | $(rbm) build glean --step create_glean_deps_tarball --target alpha --target torbrowser-android-armv7
|
625 | 622 |
... | ... | @@ -25,7 +25,7 @@ The Android script is much simpler. |
25 | 25 | Tor and pluggable transports are already packaged in `tor-android-service` and
|
26 | 26 | `tor-onion-proxy-library`.
|
27 | 27 | The only missing piece is NoScript, so we add it to the APK produced by
|
28 | -`firefox-android`.
|
|
28 | +`geckoview`.
|
|
29 | 29 | |
30 | 30 | This APK is unsigned, so we sign with a private key we ship in
|
31 | 31 | `android-qa.keystore`, so that the APK we ship can be installed for QA (Android
|