Add support for using cc_library in sdk/module_exports
Added link type support in module creation code as cc_prebuilt_library has to provide both shared and static libraries. Had to add some calls to FirstUniquePaths() around the include dirs settings in library_sdk_member as otherwise the shared variant contains duplicate include dirs (presumably because it gets one set from its dependency on the static variant and one set of its own). That difference in include dirs causes problems in the generated cc_prebuilt_library. Bug: 153306490 Test: m nothing Bug: 142918168 Merged-In: Ie7f23fc2341c83c7814cc98e3970df4f5d4c8423 Change-Id: Ie7f23fc2341c83c7814cc98e3970df4f5d4c8423
Loading
Please register or sign in to comment