D13198: Android toolchain: allow to specify extra libs manually
    Alexey Min 
    noreply at phabricator.kde.org
       
    Tue May 29 15:36:53 UTC 2018
    
    
  
alexeymin created this revision.
alexeymin added a reviewer: apol.
Restricted Application added projects: Frameworks, Build System.
Restricted Application added a subscriber: kde-buildsystem.
alexeymin requested review of this revision.
REVISION 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.
REPOSITORY
  R240 Extra CMake Modules
BRANCH
  android-extra-libs
REVISION DETAIL
  https://phabricator.kde.org/D13198
AFFECTED FILES
  toolchain/Android.cmake
  toolchain/ECMAndroidDeployQt.cmake
  toolchain/specifydependencies.cmake
To: alexeymin, apol
Cc: kde-buildsystem, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180529/dc17813e/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list