Files
build_soong/android
Jiyong Park 127b40b316 Add apex_available to control the availablity of a module to APEXes
apex_available property controls the availability of a module to APEXes.
For example, `apex_available: ["myapex", "otherapex"]` makes the module
available only to the two APEXes: myapex and otherapex, and nothing
else, even to the platform.

If the module is intended to be available to any APEX, then a pseudo
name "//apex_available:anyapex" can be used.

If the module is intended to be available to the platform, then another
pseudo name "//apex_available:platform" is used.

For now, if unspecified, this property defaults to ["//apex_available:platform",
"//apex_available:anyapex"], which means the module is available to everybody.
This will be reduced to ["//apex_available:platform"], when marking for
apex_available for existing modules are finished.

Bug: 139870423
Bug: 128708192
Test: m
Change-Id: Id4b233c3056c7858f984cbf9427cfac4118b2682
2019-10-02 14:12:16 +09:00
..
2018-07-22 21:18:45 -07:00
2019-10-01 15:08:56 +08:00
2019-07-25 11:48:21 +01:00
2019-09-27 16:42:20 -07:00
2019-07-15 11:03:22 -07:00
2018-09-13 18:27:50 +00:00
2019-09-27 16:42:20 -07:00
2019-09-27 16:42:20 -07:00
2019-09-22 08:21:27 +09:00
2019-07-08 14:53:52 -07:00
2019-09-29 23:26:37 -07:00
2019-09-29 23:26:37 -07:00
2019-02-20 15:43:06 -08:00