Fix CI APK JDK selection

This commit is contained in:
Joe Julian
2026-04-19 20:27:14 -07:00
parent 7b06388712
commit b511ab4dc0
3 changed files with 16 additions and 15 deletions
+5 -4
View File
@@ -93,10 +93,11 @@ Package:
make apk
```
`make apk` prefers a local Java 25 install at `JAVA_HOME`. If that is not
available, it falls back to the repo-managed Docker build image, which also
uses Java 25. You still need the Android SDK and NDK installed and configured
for real device or release packaging.
`make apk` prefers a supported local JDK at `JAVA_HOME`. Java 25 is the
local default, and Java 21 is also supported for CI builds. If neither is
available, it falls back to the repo-managed Docker build image, which uses
Java 25. You still need the Android SDK and NDK installed and configured for
real device or release packaging.
Release package: