Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use NDK 22.1 for android build #518

Merged
merged 1 commit into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-android-arm64-v8a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cd $dir
# -DANDROID

if [ -z $ANDROID_NDK ]; then
ANDROID_NDK=/ceph-fj/fangjun/software/android-sdk/ndk/21.0.6113669
ANDROID_NDK=/star-fj/fangjun/software/android-sdk/ndk/22.1.7171670
# or use
# ANDROID_NDK=/ceph-fj/fangjun/software/android-ndk
# ANDROID_NDK=/star-fj/fangjun/software/android-ndk
#
# Inside the $ANDROID_NDK directory, you can find a binary ndk-build
# and some other files like the file "build/cmake/android.toolchain.cmake"
Expand Down
4 changes: 2 additions & 2 deletions build-android-armv7-eabi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cd $dir
# -DANDROID

if [ -z $ANDROID_NDK ]; then
ANDROID_NDK=/ceph-fj/fangjun/software/android-sdk/ndk/21.0.6113669
ANDROID_NDK=/star-fj/fangjun/software/android-sdk/ndk/22.1.7171670
# or use
# ANDROID_NDK=/ceph-fj/fangjun/software/android-ndk
# ANDROID_NDK=/star-fj/fangjun/software/android-ndk
#
# Inside the $ANDROID_NDK directory, you can find a binary ndk-build
# and some other files like the file "build/cmake/android.toolchain.cmake"
Expand Down
4 changes: 2 additions & 2 deletions build-android-x86-64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cd $dir
# -DANDROID

if [ -z $ANDROID_NDK ]; then
ANDROID_NDK=/ceph-fj/fangjun/software/android-sdk/ndk/21.0.6113669
ANDROID_NDK=/star-fj/fangjun/software/android-sdk/ndk/22.1.7171670
# or use
# ANDROID_NDK=/ceph-fj/fangjun/software/android-ndk
# ANDROID_NDK=/star-fj/fangjun/software/android-ndk
#
# Inside the $ANDROID_NDK directory, you can find a binary ndk-build
# and some other files like the file "build/cmake/android.toolchain.cmake"
Expand Down
4 changes: 2 additions & 2 deletions build-android-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cd $dir
# -DANDROID

if [ -z $ANDROID_NDK ]; then
ANDROID_NDK=/ceph-fj/fangjun/software/android-sdk/ndk/21.0.6113669
ANDROID_NDK=/star-fj/fangjun/software/android-sdk/ndk/22.1.7171670
# or use
# ANDROID_NDK=/ceph-fj/fangjun/software/android-ndk
# ANDROID_NDK=/star-fj/fangjun/software/android-ndk
#
# Inside the $ANDROID_NDK directory, you can find a binary ndk-build
# and some other files like the file "build/cmake/android.toolchain.cmake"
Expand Down