Update setup_android.py

This commit is contained in:
deal 2022-01-28 20:25:58 +08:00 committed by GitHub
parent 66541d4236
commit 4e0581d168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ def install_android_sdk():
'cmdline-tools;latest',
'platforms;android-28',
'build-tools;29.0.2',
'cmake;3.10.2.4988404',
'ndk;' + NDK_VER
]