We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4bc87 commit 8a888c5Copy full SHA for 8a888c5
docker/android-ndk.sh
@@ -21,7 +21,8 @@ NDK_URL="https://dl.google.com/android/repository/${NDK_FILENAME}"
21
main() {
22
local arch="${1}"
23
24
- install_packages curl unzip python
+ # python3 is needed for newer NDK versions
25
+ install_packages curl unzip python python3
26
27
local td
28
td="$(mktemp -d)"
0 commit comments