Skip to content

Commit

Permalink
WHAT.
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Sep 27, 2022
1 parent 744b792 commit 79b6183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taskcluster/docker/android-qt6-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +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
# 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" &&\
echo y | /opt/cmdline-tools/bin/sdkmanager --sdk_root=/opt/android/sdk --install "platform-tools" &&\
Expand Down

0 comments on commit 79b6183

Please sign in to comment.