Android toolchain: allow to specify extra libs manually

Authored by Alexey Minnekhanov <a.minnekhanov@omprussia.ru> on May 29 2018, 3:29 PM.

Description

Android toolchain: allow to specify extra libs manually

Summary: Add new variable ANDROID_EXTRA_LIBS, which can contain list of full paths to libs to include in resulting APK file. This can be used to include plugins that are not directly liked to executable, for example OpenSSL libs for QtNetwork SSL/HTTPS support.

Test Plan: Build project with -DANDROID_EXTRA_LIBS="/path/to/lib.so;/path/to/other_lib.so". Build without it. In both cases verify APK contents.

Reviewers: apol

Reviewed By: apol

Subscribers: kde-buildsystem, kde-frameworks-devel

Tags: Frameworks, Build System

Differential Revision: https://phabricator.kde.org/D13198

Details

Committed
alexeyminMay 31 2018, 8:10 AM
Reviewer
apol
Differential Revision
D13198: Android toolchain: allow to specify extra libs manually
Parents
R240:73f8256b0deb: Android: fix typo
Branches
Unknown
Tags
Unknown
References
tag: v5.47.0-rc1, tag: v5.47.0
alexeymin committed R240:0dc051905ae9: Android toolchain: allow to specify extra libs manually (authored by Alexey Minnekhanov <a.minnekhanov@omprussia.ru>).May 31 2018, 8:10 AM