diff options
author | 2024-08-30 22:43:46 +0000 | |
---|---|---|
committer | 2024-08-31 02:26:35 +0000 | |
commit | afa3add57ea74e86f5bc5a9da61af4541458c0b9 (patch) | |
tree | a57a0e5f4d475304e710a8b175b6e07f1f71d698 /java/sdk_library.go | |
parent | c540beef74e30cf30a4a1cc3f250b2ddbe45ad42 (diff) |
HideFromMake in `apexTransitionMutator` should respect special cases
At ToT, platform variants of modules are hidden from make, unless the module
has `//apex_available:platform` in its Android.bp file. However, there
are special cases which always require the platform variant to be
visible to make - e.g. bootstrap bionic libraries.
`markPlatformAvailability` handles these special cases. This CL updates
the subsequent apexTransitionMutator to hide the platform variant when
module.NotAvailableForPlatform is true in addition to the existing
module type specific `AvailableFor` check
Test: no diff in file_list.txt
Bug: 281077552
Change-Id: Ie9d7341e206276ff96d3d64fec21b8f5dcfd6ceb
Diffstat (limited to 'java/sdk_library.go')
0 files changed, 0 insertions, 0 deletions