mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-03 22:58:41 +00:00
Update Android_Build.yml
This commit is contained in:
parent
bbd2ef3efc
commit
db264b8392
1 changed files with 0 additions and 1 deletions
1
.github/workflows/Android_Build.yml
vendored
1
.github/workflows/Android_Build.yml
vendored
|
@ -98,7 +98,6 @@ jobs:
|
||||||
# Build the project with CMake
|
# Build the project with CMake
|
||||||
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
|
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
|
||||||
# Move the generated library to the appropriate location
|
# Move the generated library to the appropriate location
|
||||||
ls -R ${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/
|
|
||||||
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/llvm-strip --strip-unneeded ./build/libAlber.so
|
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/llvm-strip --strip-unneeded ./build/libAlber.so
|
||||||
mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/arm64-v8a/
|
mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/arm64-v8a/
|
||||||
# Build the Android app with Gradle
|
# Build the Android app with Gradle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue