Skip to content

Commit

Permalink
android-sdk: No longer install removed patcher;v4
Browse files Browse the repository at this point in the history
The CI is failing on the `openxr-android` image because `patcher;v4`
does not exist anymore.  While it is unclear why this is gone, if there's
a replacement, or if this will even succeed, let's at least try to build
the image and see if it has any impact on our runtime.
  • Loading branch information
MarijnS95 authored and rpavlik committed Dec 6, 2023
1 parent dac9bb8 commit aba1717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install-android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ echo y | $SDKMANAGER "ndk;${ANDROID_NDK_VERSION}" >> /dev/null
echo "Installing CMake ${ANDROID_CMAKE_VERSION}"
echo y | $SDKMANAGER "cmake;${ANDROID_CMAKE_VERSION}" >> /dev/null

echo "Installing the Android 'patcher'"
echo y | $SDKMANAGER "patcher;v4" >> /dev/null

echo "Installing the Android build tools ${ANDROID_BUILD_TOOLS}"
echo y | $SDKMANAGER "build-tools;${ANDROID_BUILD_TOOLS}" >> /dev/null

Expand Down

0 comments on commit aba1717

Please sign in to comment.