Revert "Android: Also install LLDB from SDK"

This reverts commit 3e79c7da48.

Reason for revert: sdkmanager no longer offers lldb packages (a recent change from Google) instead it's provided within the latest NDK ndk;21.1.6352462.

Change-Id: If98ac86bb5086614d03f06e5f8c8e847bc65c0ed
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-05-18 10:26:48 +00:00
parent 5b2b8446b2
commit 6bea157c9b

View File

@@ -9,7 +9,7 @@
"mac_sha256": "ecb29358bc0f13d7c2fa0f9290135a5b608e38434aad9bf7067d0252c160853e" "mac_sha256": "ecb29358bc0f13d7c2fa0f9290135a5b608e38434aad9bf7067d0252c160853e"
}, },
"sdk_essential_packages": { "sdk_essential_packages": {
"default": ["platform-tools", "platforms;android-29", "lldb;3.1"], "default": ["platform-tools", "platforms;android-29"],
"linux": [], "linux": [],
"mac": [], "mac": [],
"windows": ["extras;google;usb_driver"] "windows": ["extras;google;usb_driver"]