Android: add emulator to default list of pacakges

So users won't have to still install it manually.

Task-number: QTCREATORBUG-31837
Change-Id: Ib20ed496ca68fdb9b9bd043045ca4b827dedc850
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Assam Boudjelthia
2024-10-17 14:35:03 +03:00
parent 61601e5590
commit acb9bf4dc4

View File

@@ -9,7 +9,7 @@
"mac_sha256": "7bc5c72ba0275c80a8f19684fb92793b83a6b5c94d4d179fc5988930282d7e64"
},
"sdk_essential_packages": {
"default": ["platform-tools", "cmdline-tools;latest"],
"default": ["platform-tools", "cmdline-tools;latest", "emulator"],
"linux": [],
"mac": [],
"windows": ["extras;google;usb_driver"]