Merge "Drop redundant libraries from baseline apexAvailable map"

This commit is contained in:
Treehugger Robot
2023-05-12 06:04:23 +00:00
committed by Gerrit Code Review
3 changed files with 12 additions and 48 deletions

View File

@@ -1461,6 +1461,10 @@ func TestRuntimeApexShouldInstallHwasanIfLibcDependsOnIt(t *testing.T) {
sanitize: {
never: true,
},
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
],
} `)
ctx := result.TestContext
@@ -1509,6 +1513,10 @@ func TestRuntimeApexShouldInstallHwasanIfHwaddressSanitized(t *testing.T) {
sanitize: {
never: true,
},
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
],
}
`)
ctx := result.TestContext