forked from qt-creator/qt-creator
Android: Rework sdkTargets() to cache the output of adb
Also rename/change highestAvailablePlatform to highestAvailableSdk. This fixes a bug reported on irc, where the lists for sdk and ndk were different and the highestAvailablePlatform was not available as in the sdk. Change-Id: I17fec9e8ce1913e933ddcf8eaa21d6bb6e14c5be Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -158,7 +158,7 @@ void AndroidDeployQtStep::ctor()
|
||||
m_verbose = false;
|
||||
|
||||
// will be overwriten by settings if the user choose something different
|
||||
m_buildTargetSdk = AndroidConfigurations::instance().highestAvailableAndroidPlatform();
|
||||
m_buildTargetSdk = AndroidConfigurations::instance().highestAndroidSdk();
|
||||
|
||||
connect(project(), SIGNAL(proFilesEvaluated()),
|
||||
this, SLOT(updateInputFile()));
|
||||
|
||||
Reference in New Issue
Block a user