Skip to content

Commit

Permalink
Install SDK 34 into Android containers (#3791)
Browse files Browse the repository at this point in the history
targetSDK must be updated to 34

b/348076343
  • Loading branch information
kaidokert authored Jul 8, 2024
1 parent 71ff44d commit 5c19f3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/linux/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ RUN cd /tmp \
--sdk_root=${ANDROID_SDK_ROOT} \
"build-tools;30.0.0" \
"build-tools;31.0.0" \
"build-tools;34.0.0" \
"cmake;3.22.1" \
"cmdline-tools;1.0" \
"extras;android;m2repository" \
"extras;google;m2repository" \
"ndk;25.2.9519653" \
"platforms;android-31" \
"platforms;android-34" \
"platform-tools" \
&& echo "Android SDK installed"

Expand Down
2 changes: 2 additions & 0 deletions starboard/android/shared/download_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ echo "Updating the SDK..."
# Update the installation
${SDK_MANAGER_TOOL} --sdk_root=${ANDROID_SDK_ROOT} \
"build-tools;31.0.0" \
"build-tools;34.0.0" \
"cmake;3.22.1" \
"cmdline-tools;1.0" \
"extras;android;m2repository" \
"extras;google;m2repository" \
"ndk;25.2.9519653" \
"platforms;android-31" \
"platforms;android-34" \
"platform-tools"

echo "Android SDK updated."

0 comments on commit 5c19f3f

Please sign in to comment.