Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
update android NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmasala committed Mar 7, 2022
1 parent 1663f2e commit 00307b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ unzip && update-ca-certificates
ENV ANDROID_SDK_ROOT /opt/android-sdk
ENV ANDROID_HOME ${ANDROID_SDK_ROOT}
ENV ANDROID_NDK_ROOT /opt/android-ndk
ENV NDK_VERSION r21e
ENV NDK_VERSION r23b
ENV NDK_ZIP android-ndk-${NDK_VERSION}-linux-x86_64.zip
ENV NDK_SHA1SUM c3ebc83c96a4d7f539bd72c241b2be9dcd29bda9
ENV NDK_SHA1SUM f47ec4c4badd11e9f593a8450180884a927c330d
ENV TOOLS_ZIP commandlinetools-linux-6858069_latest.zip
ENV TOOLS_SHA256SUM 87f6dcf41d4e642e37ba03cb2e387a542aa0bd73cb689a9e7152aad40a6e7a08
ENV JAVA_BIN /usr/lib/jvm/java-11-openjdk-amd64/bin
Expand Down

0 comments on commit 00307b6

Please sign in to comment.