We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a552d commit 3ef2cf7Copy full SHA for 3ef2cf7
scripts/setup.sh
@@ -20,9 +20,9 @@ function installNDK() {
20
local host_arch=$1
21
pushd .
22
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
+ wget -q https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-${host_arch}.zip
+ unzip -q android-ndk-${NDK_VERSION}-${host_arch}.zip
+ rm -f android-ndk-${NDK_VERSION}-${host_arch}.zip
26
popd
27
}
28
0 commit comments