Skip to content

Commit 782ecd1

Browse files
committed
Fix Android NDK install for newer versions.
1 parent 1f93c92 commit 782ecd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/android-ndk.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ NDK_URL="https://dl.google.com/android/repository/${NDK_FILENAME}"
2121
main() {
2222
local arch="${1}"
2323

24-
install_packages curl unzip python
24+
# python3 is needed for newer NDK versions
25+
install_packages curl unzip python python3
2526

2627
local td
2728
td="$(mktemp -d)"

0 commit comments

Comments
 (0)