Skip to content

Commit

Permalink
Fix Android NDK install for newer versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 26, 2022
1 parent 1f93c92 commit 782ecd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/android-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ NDK_URL="https://dl.google.com/android/repository/${NDK_FILENAME}"
main() {
local arch="${1}"

install_packages curl unzip python
# python3 is needed for newer NDK versions
install_packages curl unzip python python3

local td
td="$(mktemp -d)"
Expand Down

0 comments on commit 782ecd1

Please sign in to comment.