mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
abf0e8266c
commit
353d146b9e
@ -71,4 +71,5 @@ COPY sdk/.knownPackages $ANDROID_HOME/.knownPackages
|
||||
# Downloading NDK 27.2.12479018 then extracting it to $ANDROID_HOME/ndk/27.2.12479018
|
||||
RUN wget https://dl.google.com/android/repository/android-ndk-r27c-linux.zip -O android-ndk.zip
|
||||
RUN unzip android-ndk.zip -d $ANDROID_HOME/ndk/27.2.12479018
|
||||
RUN rm android-ndk.zip
|
||||
RUN rm android-ndk.zip
|
||||
RUN tree $ANDROID_HOME -L -3
|
||||
Loading…
Reference in New Issue
Block a user