Files
build_soong/cc
Jiyong Park 82e2bf3b7f vendor_available:false hides a lib from vendors
When a lib is explicitly marked as `vendor_available: false`, then it
can't be directly depended by a vendor lib which is installed to /vendor
partition. This is to hide some VNDK libs (including llndk) from vendors
so that platform owners can have a freedom of modifying their ABI
without breaking vendors.

In addition, the list of the private libs are exported to the make world
as VNDK_PRIVATE_LIBRARIES.

Also, fixed a bug that allowed a vndk lib to link against to vendor
library (or vendor variant of a system lib) if the lib is prebuilt.

Bug: 64730695
Bug: 64994918
Test: Add `vendor_available: false` to libft2 and libcompiler_rt.
Add the libs to shared_libs property of a vendor library in soong
(i.e. libnbaio_mono). The build fails with the error message.

Change-Id: Iab575db96bb4f6739a592f3fa0a75124296bea0c
2017-10-10 19:38:06 +09:00
..
2017-09-21 12:37:19 -07:00
2017-05-09 13:44:49 -07:00
2017-06-30 21:08:36 +00:00
2017-09-18 23:33:25 -07:00
2017-09-01 14:21:44 +08:00
2017-08-31 13:48:52 -07:00
2017-08-31 13:48:52 -07:00
2017-06-30 21:08:36 +00:00
2017-08-31 13:48:52 -07:00
2016-08-01 14:36:22 -07:00
2017-05-10 11:04:16 -07:00
2016-07-29 15:17:58 -07:00
2017-06-30 21:08:36 +00:00