mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-02 22:28:52 +00:00
Don't manually strip Android shared library
This commit is contained in:
parent
a055269a1d
commit
1ad3cbfc04
1 changed files with 0 additions and 4 deletions
4
.github/workflows/Android_Build.yml
vendored
4
.github/workflows/Android_Build.yml
vendored
|
@ -60,8 +60,6 @@ jobs:
|
||||||
# Build the project with CMake
|
# Build the project with CMake
|
||||||
cmake --build ${{github.workspace}}/build --config ${{ env.CMAKE_BUILD_TYPE }}
|
cmake --build ${{github.workspace}}/build --config ${{ env.CMAKE_BUILD_TYPE }}
|
||||||
|
|
||||||
# Strip the generated library and move it to the appropriate location
|
|
||||||
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip --strip-unneeded ./build/libAlber.so
|
|
||||||
mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/x86_64/
|
mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/x86_64/
|
||||||
|
|
||||||
# Build the Android app with Gradle
|
# Build the Android app with Gradle
|
||||||
|
@ -125,8 +123,6 @@ jobs:
|
||||||
# Build the project with CMake
|
# Build the project with CMake
|
||||||
cmake --build ${{github.workspace}}/build --config ${{ env.CMAKE_BUILD_TYPE }}
|
cmake --build ${{github.workspace}}/build --config ${{ env.CMAKE_BUILD_TYPE }}
|
||||||
|
|
||||||
# Strip the generated library and move it to the appropriate location
|
|
||||||
${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin/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