Drop redundant libraries from baseline apexAvailable map

These libraries now set the correct apex_available in their Android.bp
files. Therefore, they do not a separate entry in the baseline
apexAvailable map.

Test: m nothing #passes
Bug: 281077552
Change-Id: Icf6b97c3bcc4bda96eefa14ba6d4bf10614bc378
This commit is contained in:
Spandan Das
2023-05-05 21:13:01 +00:00
parent 8d72714736
commit 4de7b49cd7
3 changed files with 12 additions and 48 deletions

View File

@@ -82,6 +82,10 @@ func commonDefaultModules() string {
sanitize: {
never: true,
},
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
],
}
cc_prebuilt_library_static {