mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-23 04:55:03 +00:00
Update Android_Build.yml
This commit is contained in:
parent
c814d7a2ee
commit
f93674c4f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Android_Build.yml
vendored
2
.github/workflows/Android_Build.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
# Build the project with CMake
|
||||
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
|
||||
# Move the generated library to the appropriate location
|
||||
aarch64-linux-android-strip --strip-unneeded ./build/libAlber.so
|
||||
${ANDROID_NDK_ROOT}/bin/aarch64-linux-android-strip --strip-unneeded ./build/libAlber.so
|
||||
mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/arm64-v8a/
|
||||
# Build the Android app with Gradle
|
||||
cd src/pandroid
|
||||
|
|
Loading…
Add table
Reference in a new issue