diff --git a/.github/workflows/Android_Build.yml b/.github/workflows/Android_Build.yml index 973af920..b6d5ec75 100644 --- a/.github/workflows/Android_Build.yml +++ b/.github/workflows/Android_Build.yml @@ -98,7 +98,6 @@ jobs: # Build the project with CMake cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }} # 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 mv ./build/libAlber.so ./src/pandroid/app/src/main/jniLibs/arm64-v8a/ # Build the Android app with Gradle