Commit ceab93c0f97ab3c3e6f19ce224fde4ed22c1f056
1 parent
f144d170
(Android) Remove now unavailable package from being installed
Change-Id: I1378c9fc3046124b62f21f5ab232dedeb23571d3
Showing
1 changed file
with
1 additions
and
1 deletions
build/android/build.sh
| ... | ... | @@ -36,7 +36,7 @@ if [ ! -d "$ANDROID_SDK" ]; then |
| 36 | 36 | unzip -q $androidCommandLineToolsPkgName |
| 37 | 37 | SDK_MANAGER="$ROOT_DIR/Android/Sdk/cmdline-tools/bin/sdkmanager --sdk_root=$ROOT_DIR/Android/Sdk $SdbProxyOptions" |
| 38 | 38 | $SDK_MANAGER --update |
| 39 | - yes | $SDK_MANAGER "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;22.1.7171670" | |
| 39 | + yes | $SDK_MANAGER "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;22.1.7171670" | |
| 40 | 40 | cd - |
| 41 | 41 | fi |
| 42 | 42 | fi | ... | ... |