1 parent 9a1fb3e commit f8cc7dbCopy full SHA for f8cc7db
1 file changed
python3-android/docker-build.sh
@@ -11,7 +11,7 @@ export ANDROID_NDK=/android-ndk
11
if [ ! -d "$ANDROID_NDK" ] ; then
12
# In general we don't want download NDK for every build, but it is simpler to do it here
13
# for CI builds
14
- NDK_VER=r21d
+ NDK_VER=r26b
15
apt-get install -y wget unzip #bsdtar
16
wget --no-verbose https://dl.google.com/android/repository/android-ndk-$NDK_VER-linux-x86_64.zip
17
# bsdtar xf android-ndk-${NDK_VER}-linux-x86_64.zip
0 commit comments