Android: Make it possible to override a target's APK directory
ClosedPublic

Authored by apol on Jun 7 2018, 12:28 PM.

Details

Summary

Some projects such as marble do some operations with the APK directory
before building. This allows us the project to copy the apk directory
over to the build directory and do whatever it pleases.

Test Plan

Built Marble

Diff Detail

Repository
R240 Extra CMake Modules
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol created this revision.Jun 7 2018, 12:28 PM
Restricted Application added projects: Frameworks, Build System. · View Herald TranscriptJun 7 2018, 12:28 PM
Restricted Application added subscribers: kde-buildsystem, kde-frameworks-devel. · View Herald Transcript
apol requested review of this revision.Jun 7 2018, 12:28 PM
vkrause added inline comments.
toolchain/ECMAndroidDeployQt.cmake
59

This seems to introduce a new assumption on ANDRDOID_NDK_PLATFORM being set as an environment variable? Should we check for that/document that, or am I entirely misreading this somehow?

The rest looks good to me.

apol updated this revision to Diff 37024.Jul 1 2018, 11:40 PM

Remove unrelated change

vkrause accepted this revision.Jul 2 2018, 6:52 AM
This revision is now accepted and ready to land.Jul 2 2018, 6:52 AM
This revision was automatically updated to reflect the committed changes.