Skip to content

Commit f8cc7db

Browse files
authored
Update docker-build.sh
1 parent 9a1fb3e commit f8cc7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python3-android/docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export ANDROID_NDK=/android-ndk
1111
if [ ! -d "$ANDROID_NDK" ] ; then
1212
# In general we don't want download NDK for every build, but it is simpler to do it here
1313
# for CI builds
14-
NDK_VER=r21d
14+
NDK_VER=r26b
1515
apt-get install -y wget unzip #bsdtar
1616
wget --no-verbose https://dl.google.com/android/repository/android-ndk-$NDK_VER-linux-x86_64.zip
1717
# bsdtar xf android-ndk-${NDK_VER}-linux-x86_64.zip

0 commit comments

Comments
 (0)