From 919571e955826bf9bb5bf353c3191121cbe66cb4 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 10 Feb 2020 16:27:58 +0100 Subject: [PATCH] Android: Avoid one use of Target::activeBuildConfiguration A build step knows where it belongs to. Change-Id: I990cf1fb7f22b608a2f317a05b05f1219649aa6e Reviewed-by: Christian Kandeler --- src/plugins/android/androidbuildapkstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/android/androidbuildapkstep.cpp b/src/plugins/android/androidbuildapkstep.cpp index 027de1edc9b..194c3c52296 100644 --- a/src/plugins/android/androidbuildapkstep.cpp +++ b/src/plugins/android/androidbuildapkstep.cpp @@ -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()