File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ aliases:
49
49
50
50
- &restore-cache-ndk
51
51
keys :
52
- - v3-android-ndk-r17b -{{ checksum "scripts/android-setup.sh" }}
52
+ - v3-android-ndk-r17c -{{ checksum "scripts/android-setup.sh" }}
53
53
- &save-cache-ndk
54
54
paths :
55
55
- /opt/ndk
56
- key : v3-android-ndk-r17b -{{ checksum "scripts/android-setup.sh" }}
56
+ key : v3-android-ndk-r17c -{{ checksum "scripts/android-setup.sh" }}
57
57
58
58
- &restore-cache-downloads-buck
59
59
keys :
@@ -344,7 +344,7 @@ android_defaults: &android_defaults
344
344
- ADB_INSTALL_TIMEOUT : 10
345
345
- _JAVA_OPTIONS : " -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
346
346
- GRADLE_OPTS : ' -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
347
- - ANDROID_NDK : ' /opt/ndk/android-ndk-r17b '
347
+ - ANDROID_NDK : ' /opt/ndk/android-ndk-r17c '
348
348
- BUILD_THREADS : 2
349
349
350
350
macos_defaults : &macos_defaults
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ARG SDK_VERSION=sdk-tools-linux-3859397.zip
21
21
ARG ANDROID_BUILD_VERSION=27
22
22
ARG ANDROID_TOOLS_VERSION=27.0.3
23
23
ARG BUCK_VERSION=v2018.07.23.01
24
- ARG NDK_VERSION=17b
24
+ ARG NDK_VERSION=17c
25
25
ARG NODE_VERSION=8.10.0
26
26
ARG WATCHMAN_VERSION=4.9.0
27
27
Original file line number Diff line number Diff line change 1
1
environment :
2
2
ANDROID_HOME : " C:\\ android-sdk-windows"
3
- ANDROID_NDK : " C:\\ android-sdk-windows\\ android-ndk-r17b "
3
+ ANDROID_NDK : " C:\\ android-sdk-windows\\ android-ndk-r17c "
4
4
ANDROID_BUILD_VERSION : 27
5
5
ANDROID_TOOLS_VERSION : 27.0.3
6
6
7
7
GRADLE_OPTS : -Dorg.gradle.daemon=false
8
8
9
9
SDK_TOOLS_URL : https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip
10
- NDK_TOOLS_URL : https://dl.google.com/android/repository/android-ndk-r17b -windows-x86_64.zip
10
+ NDK_TOOLS_URL : https://dl.google.com/android/repository/android-ndk-r17c -windows-x86_64.zip
11
11
12
12
matrix :
13
13
- nodejs_version : 8
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function getAndroidNDK {
40
40
if [ ! -e $DEPS ]; then
41
41
cd $NDK_HOME || exit
42
42
echo " Downloading NDK..."
43
- curl -o ndk.zip https://dl.google.com/android/repository/android-ndk-r17b -linux-x86_64.zip
43
+ curl -o ndk.zip https://dl.google.com/android/repository/android-ndk-r17c -linux-x86_64.zip
44
44
unzip -o -q ndk.zip
45
45
echo " Installed Android NDK at $NDK_HOME "
46
46
touch $DEPS
You can’t perform that action at this time.
0 commit comments