Skip to content

Android.mk: Fix export of static libraries with PRIVATE dependencies

Brad King requested to merge brad.king/cmake:export-android-mk into master

The LINK_ONLY generator expression is used to represent private dependencies of static libraries in their INTERFACE_LINK_LIBRARIES property value. Fix evaluation of generator expressions during export to support the LINK_ONLY genex. Extend the RunCMake.AndroidMK test with a case for this.

This fixes logic added by !67 (merged).

Merge request reports