Android: Bundle in-tree mods into the APK

This commit is contained in:
Luke Street
2026-07-14 09:22:50 -06:00
parent d5fcd79306
commit 8471fa0107
5 changed files with 83 additions and 0 deletions
+4
View File
@@ -205,6 +205,9 @@ jobs:
- name: Build native library
run: cmake --build --preset ${{matrix.preset}} --target dusklight
- name: Build bundled mods
run: cmake --build --preset ${{matrix.preset}} --target dusklight_mods
- name: Stage stripped JNI library
run: ANDROID_STAGE_ABIS="${{matrix.abi}}" platforms/android/scripts/stage-jni-libs.sh
@@ -289,5 +292,6 @@ jobs:
build/install/*.dll
build/install/*.symdb
build/install/res/
build/install/mods/
build/install/debug.7z
build/install/sdk/