forked from qt-creator/qt-creator
Android: get essential platforms and build-tools packages from BuiltWith
The commit 1180d5b8a270cfe7bd1c501c892d1c38ee7425de added information
about the ndk and android api level used at build time, ndk version has
already been accounted for in b73d6f3be8.
This now accounts for "platforms;android-xx" and "build-tools;xx.x.x"
packages.
Fixes: QTCREATORBUG-30404
Change-Id: I78b8885b88294404bc29c41a7b9491a331fcd709
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -78,6 +78,8 @@ const Utils::Id AndroidAvdPath = "AndroidAvdPath";
|
||||
// SDK Tools
|
||||
const char cmdlineToolsName[] = "cmdline-tools";
|
||||
const char ndkPackageName[] = "ndk";
|
||||
const char platformsPackageName[] = "platforms";
|
||||
const char buildToolsPackageName[] = "build-tools";
|
||||
|
||||
// For AndroidQtVersion
|
||||
const char ArmToolsDisplayName[] = "arm";
|
||||
|
||||
Reference in New Issue
Block a user