From c28f11f23d94219f3a3f094df6e46beb8f6988e3 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Thu, 21 May 2020 13:41:53 +0100 Subject: [PATCH] (Android Build) Remove missing installation request for LLDB Change-Id: I6eef2f9d09a4dad6c71de9dbd05e9cee68c90acf --- build/android/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/build.sh b/build/android/build.sh index 09fa170..87064f7 100755 --- a/build/android/build.sh +++ b/build/android/build.sh @@ -28,7 +28,7 @@ if [ ! -d "$ANDROID_SDK" ]; then wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip unzip sdk-tools-linux-4333796.zip tools/bin/sdkmanager --update $SdbProxyOptions - 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" + 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" cd - fi fi -- 2.7.4