Skip to content

Commit

Permalink
Build tf android with ndk 25.2 instead of 21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Dec 11, 2023
1 parent 72094a9 commit afc6b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/android/build_tf_android
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -x
bazel --output_user_root=$OUTPUT_USER_ROOT \
build -c opt \
--config=android_$1 \
--action_env ANDROID_NDK_HOME=/usr/lib/android-sdk/ndk/21.4.7075529 \
--action_env ANDROID_NDK_HOME=/usr/lib/android-sdk/ndk/25.2.9519653 \
--action_env ANDROID_NDK_API_LEVEL=28 \
--action_env ANDROID_SDK_API_LEVEL=23 \
--action_env ANDROID_SDK_HOME=/usr/lib/android-sdk \
Expand Down

0 comments on commit afc6b64

Please sign in to comment.