forked from qt-creator/qt-creator
Android: Fix build
Amends: e92418edca
Change-Id: I40615c2fa6e9b9cd98976c9ebfc56a9bdf1dd612
Reviewed-by: Aleksei German <aleksei.german@qt.io>
This commit is contained in:
@@ -134,8 +134,9 @@ bool AndroidDeployQtStep::init()
|
||||
QTC_ASSERT(bc, return false);
|
||||
|
||||
auto androidBuildApkStep = bc->buildSteps()->firstOfType<AndroidBuildApkStep>();
|
||||
const int minTargetApi = AndroidManager::minimumSDK(target());
|
||||
qCDebug(deployStepLog) << "Target architecture:" << m_androidABIs
|
||||
<< "Min target API" << AndroidManager::minimumSDK(target());
|
||||
<< "Min target API" << minTargetApi;
|
||||
|
||||
// Try to re-use user-provided information from an earlier step of the same type.
|
||||
BuildStepList *bsl = stepList();
|
||||
|
||||
Reference in New Issue
Block a user