Skip to content

Commit

Permalink
Build by NDK r23c
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Aug 19, 2023
1 parent 25a552d commit 3ef2cf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ function installNDK() {
local host_arch=$1
pushd .
cd "${V8_DIR}"
wget -q https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-${host_arch}-x86_64.zip
unzip -q android-ndk-${NDK_VERSION}-${host_arch}-x86_64.zip
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
popd
}

Expand Down

0 comments on commit 3ef2cf7

Please sign in to comment.