Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang committed Jan 2, 2025
1 parent 09eeb3d commit 074797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo x android-ndk-r27c-linux
echo sudo mv android-ndk-r27c-linux /opt
echo export ANDROID_NDK=/opt/android-ndk-r27c

cmake -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
cmake -DCMAKE_BUILD_TYPE=relwithdebinfo -DANDROID_ABI=armeabi-v7a -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
cmake --build . --config relwithdebinfo -- -j$(nproc)

# popd
Expand Down

0 comments on commit 074797d

Please sign in to comment.