Skip to content

Commit 3ef2cf7

Browse files
committed
Build by NDK r23c
1 parent 25a552d commit 3ef2cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ function installNDK() {
2020
local host_arch=$1
2121
pushd .
2222
cd "${V8_DIR}"
23-
wget -q https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-${host_arch}-x86_64.zip
24-
unzip -q android-ndk-${NDK_VERSION}-${host_arch}-x86_64.zip
25-
rm -f android-ndk-${NDK_VERSION}-${host_arch}-x86_64.zip
23+
wget -q https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-${host_arch}.zip
24+
unzip -q android-ndk-${NDK_VERSION}-${host_arch}.zip
25+
rm -f android-ndk-${NDK_VERSION}-${host_arch}.zip
2626
popd
2727
}
2828

0 commit comments

Comments
 (0)