We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cf2d7 commit ccc3b28Copy full SHA for ccc3b28
ci/android-install-ndk.sh
@@ -12,27 +12,7 @@
12
set -ex
13
14
curl --retry 5 -O \
15
- https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
16
-unzip -q android-ndk-r15b-linux-x86_64.zip
17
-
18
-case "${1}" in
19
- aarch64)
20
- arch=arm64
21
- ;;
22
23
- i686)
24
- arch=x86
25
26
27
- *)
28
- arch="${1}"
29
30
-esac;
31
32
-android-ndk-r15b/build/tools/make_standalone_toolchain.py \
33
- --unified-headers \
34
- --install-dir "/android/ndk-${1}" \
35
- --arch "${arch}" \
36
- --api 24
37
38
-rm -rf ./android-ndk-r15b-linux-x86_64.zip ./android-ndk-r15b
+ https://dl.google.com/android/repository/android-ndk-r25b-linux.zip
+unzip -q android-ndk-r25b-linux.zip
+mv android-ndk-r25b-linux "/android/ndk-${1}"
+rm -rf ./android-ndk-r25b-linux.zip
0 commit comments