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:
hjk
2020-02-10 16:27:58 +01:00
parent 9c934ed44c
commit 919571e955

View File

@@ -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()