brizental pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 4d2a5995 by Beatriz Rizental at 2026-06-18T11:36:23-03:00 Bug 40107: Copy test_runner.apk into Android artifacts folder - - - - - 1 changed file: - projects/geckoview/build Changes: ===================================== projects/geckoview/build ===================================== @@ -38,6 +38,10 @@ echo "Starting ./mach build $(date)" mv obj-*/gradle/build/mobile/android/geckoview_example/outputs/apk/*/geckoview_example-*.apk $artifactsdir/geckoview_example.apk mv obj-*/dist/target.* $artifactsdir + # Copy the test runner to the target directory + # This test runner is used for running XPCShell tests, Browser test, gTests and so on. + mv obj-*/gradle/build/mobile/android/test_runner/outputs/apk/*/test_runner-*.apk $artifactsdir/test_runner.apk + ./mach python -m mozbuild.action.test_archive mozharness mozharness.zip mv mozharness.zip $artifactsdir View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4d... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4d... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
brizental (@brizental)