mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 17:17:04 -04:00
change: replace most jniLibs AARs
Used artifacts from https://github.com/AngelAuraMC/amethyst-prebuilt-libraries/actions/runs/22347671136 which is based onf0d76f179cExcept for lwjgl-build which is from https://github.com/AngelAuraMC/amethyst-prebuilt-libraries/actions/runs/22i528508288 which is based on1717ee410cStill need to figure out libunpack and building freedreno but that's lows on the priority for now
This commit is contained in:
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user