Commit c28f11f23d94219f3a3f094df6e46beb8f6988e3

Authored by Adeel Kazmi
1 parent cc86309e

(Android Build) Remove missing installation request for LLDB

Change-Id: I6eef2f9d09a4dad6c71de9dbd05e9cee68c90acf
Showing 1 changed file with 1 additions and 1 deletions
build/android/build.sh
... ... @@ -28,7 +28,7 @@ if [ ! -d "$ANDROID_SDK" ]; then
28 28 wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
29 29 unzip sdk-tools-linux-4333796.zip
30 30 tools/bin/sdkmanager --update $SdbProxyOptions
31   - yes | tools/bin/sdkmanager $SdbProxyOptions "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "lldb;3.1" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;20.1.5948944"
  31 + yes | tools/bin/sdkmanager $SdbProxyOptions "patcher;v4" "platform-tools" "platforms;android-29" "build-tools;29.0.2" "cmake;3.10.2.4988404" "ndk-bundle" "ndk;20.1.5948944"
32 32 cd -
33 33 fi
34 34 fi
... ...