servo/support/android/apk
Mukilan Thiyagarajan 24639bb540
android: sign release APK with a custom key. (#32721)
This PR adds support for signing all APKs we produce on the CI
with a custom signing key. Currently the logic falls back to
the debug key (which is generated by AGP and not persistent) if
the environment variable for the keystore is not set. This allows
local developer builds to work without requiring a key store.
Once #32720 is resolved, we could sign just the production builds
and remove the conditional logic.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2024-07-08 08:36:00 +00:00
..
gradle/wrapper Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
jni Move android port code to servoshell (#32533) 2024-06-19 03:34:08 +00:00
servoapp android: sign release APK with a custom key. (#32721) 2024-07-08 08:36:00 +00:00
servoview android: Rename the Android app to reflect servo.org ownership and servoshell (#32554) 2024-06-24 15:39:57 +00:00
servoview-local Make it possible to use a custom AAR to build servoapp 2018-08-14 10:35:15 +02:00
.gitignore Android: load url from Intent, plus fixed some warnings (#32160) 2024-04-29 13:14:10 +00:00
build.gradle android: sign release APK with a custom key. (#32721) 2024-07-08 08:36:00 +00:00
gradle.properties Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
gradlew Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
gradlew.bat Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
settings.gradle Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00