Skip to content

Commit 4370e50

Browse files
Find the latest NDK version
1 parent 90b76f5 commit 4370e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function die {
2222

2323
#-- try to intelligently determine where the Android NDK is installed
2424
function find_ndk {
25-
ndk_name="android-ndk-r9d"
25+
ndk_name="android-ndk-r10"
2626
top_level_paths_to_search="/Users /Applications /usr"
2727
found_ndk=""
2828
for d in $top_level_paths_to_search; do

0 commit comments

Comments
 (0)