Update NDK to r21b

This commit is contained in:
topjohnwu 2020-05-23 00:48:49 -07:00
parent f392ade78d
commit 63512b39b2
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ arch64 = ['arm64-v8a', 'x86_64']
support_targets = ['magisk', 'magiskinit', 'magiskboot', 'magiskpolicy', 'resetprop', 'busybox', 'test']
default_targets = ['magisk', 'magiskinit', 'magiskboot', 'busybox']
ndk_ver = '21'
ndk_ver_full = '21.0.6113669'
ndk_ver = '21b'
ndk_ver_full = '21.1.6352462'
build_tools_ver = '29.0.3'
ndk_root = op.join(os.environ['ANDROID_HOME'], 'ndk')