chore: update the file

This commit is contained in:
x-tools-author 2025-04-25 16:50:40 +08:00
parent abf0e8266c
commit 353d146b9e

View File

@ -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