forked from qt-creator/qt-creator
Android: Avoid one use of Target::activeBuildConfiguration
A build step knows where it belongs to. Change-Id: I990cf1fb7f22b608a2f317a05b05f1219649aa6e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -382,7 +382,7 @@ void AndroidBuildApkStep::doRun()
|
||||
}
|
||||
|
||||
auto setup = [this] {
|
||||
auto bc = target()->activeBuildConfiguration();
|
||||
auto bc = buildConfiguration();
|
||||
const auto androidAbis = AndroidManager::applicationAbis(target());
|
||||
for (const auto &abi : androidAbis) {
|
||||
Utils::FilePath androidLibsDir = bc->buildDirectory()
|
||||
|
Reference in New Issue
Block a user