Files
build_soong/cc
Justin Yun c0d8c49224 Do not read 'vendor_available: false'
In case of VNDK, 'vendor_available: false' had a special meaning that
defines VNDK-private libraries. It is not trivial because not
defining a boolean property means 'false' normally. To avoid the
confusion replace it with the 'vndk.private: true' for VNDK-private
libraries and 'private: true' for LLNDK-private libraries.

All VNDK libraries must define 'vendor_available: true' and may have
'vndk.private: true' if they are VNDK-private.
With this change '(vendor|product)_available: false' is the same as
not defining the property.

LLNDK-private must define 'private: true' instead of
'vendor_available: false'.

Bug: 175768895
Test: build
Change-Id: I57fbca351be317257d95027f3cdcdbbe537eab23
2021-01-07 17:58:55 +09:00
..
2021-01-05 19:43:45 -08:00
2020-12-23 10:34:44 -08:00
2021-01-07 17:58:55 +09:00
2020-12-10 21:45:34 +00:00
2020-12-01 16:22:16 -08:00
2020-12-01 16:22:16 -08:00
2021-01-07 17:58:55 +09:00
2021-01-06 17:50:48 -08:00
2020-12-23 10:34:44 -08:00
2020-03-06 18:15:44 -08:00
2020-12-01 16:22:16 -08:00
2020-07-16 13:21:43 -07:00
2020-08-11 01:11:44 +00:00
2021-01-05 19:43:45 -08:00
2020-09-18 12:41:28 -07:00
2020-12-04 09:43:49 -08:00
2020-11-24 14:13:31 +09:00
2021-01-07 17:58:55 +09:00