mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 17:34:07 +08:00
bump Android NDK to r17c (#21628)
Summary: bump Android NDK to r17c, which is only available revision to download for r17. And it includes bug fixes. Pull Request resolved: https://github.com/facebook/react-native/pull/21628 Differential Revision: D10352162 Pulled By: hramos fbshipit-source-id: d372e55443260242a44a1f73698977a3e361f001
This commit is contained in:
committed by
Facebook Github Bot
parent
d8a5da5153
commit
436cf154bb
@@ -40,7 +40,7 @@ function getAndroidNDK {
|
||||
if [ ! -e $DEPS ]; then
|
||||
cd $NDK_HOME || exit
|
||||
echo "Downloading NDK..."
|
||||
curl -o ndk.zip https://dl.google.com/android/repository/android-ndk-r17b-linux-x86_64.zip
|
||||
curl -o ndk.zip https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip
|
||||
unzip -o -q ndk.zip
|
||||
echo "Installed Android NDK at $NDK_HOME"
|
||||
touch $DEPS
|
||||
|
||||
Reference in New Issue
Block a user