change: replace most jniLibs AARs

Used artifacts from
https://github.com/AngelAuraMC/amethyst-prebuilt-libraries/actions/runs/22347671136
which is based on
f0d76f179c

Except for lwjgl-build which is from
https://github.com/AngelAuraMC/amethyst-prebuilt-libraries/actions/runs/22i528508288
which is based on
1717ee410c

Still need to figure out libunpack and building freedreno but that's
lows on the priority for now
This commit is contained in:
alexytomi
2026-02-27 02:23:09 +08:00
parent 54b2818be1
commit 166efa7500
54 changed files with 5 additions and 5 deletions

View File

@@ -73,18 +73,16 @@ jobs:
validate-wrappers: false
gradle-version: "8.11"
- name: Build JRE JAR files
- name: Run scripts
run: |
./scripts/languagelist_updater.sh
mkdir out
# Build JRE JAR files (security manager, etc...)
gradle :jre_lwjgl3glfw:build --no-daemon
- name: Build Release .apk
run: |
# Build the launcher
gradle :app_pojavlauncher:assembleRelease
mv app_pojavlauncher/build/outputs/apk/release/app_pojavlauncher-release.apk out/app-release.apk
mv app_pojavlauncher/build/outputs/apk/release/app_pojavlauncher-release-unsigned.apk out/app-release.apk
- name: Gen md5sums
run: |