Commit bee0669
committed
Fix Android SDK installation path in CI container
- Changed Android SDK installation location to `/opt/android/sdk` to avoid `AndroidGradleBuilder` path resolution issues which occur when `ANDROID_HOME` name is not "sdk".
- Set `ANDROID_HOME` to `/opt/android/sdk`.
- Updated `.ci/container/Dockerfile` accordingly.
- Added `packages: read` permissions to CI workflows to allow pulling the container image.
- Separated Java 25 installation to allow failure without breaking the entire build.
- Added Java 11 support to workflows.1 parent e8cf888 commit bee0669
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments