Skip to content

Commit

Permalink
Pre-install the ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Aug 31, 2022
1 parent 8c016f0 commit fe625dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taskcluster/docker/android-qt6-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN python3 -m aqt install-qt --outputdir /opt linux android ${QT_VERSION} ${AND
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "build-tools;29.0.2" &&\
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "build-tools;30.0.3" &&\
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "cmake;3.10.2.4988404" &&\
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "ndk;21.1.6352462" &&\
# Note: Not sure why we need emulator, need to investiage the gradle dependencies
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "emulator" &&\
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "patcher;v4" &&\
Expand Down

0 comments on commit fe625dd

Please sign in to comment.