summaryrefslogtreecommitdiff
path: root/apex/apex_test.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-05-05 21:13:01 +0000
committer Spandan Das <spandandas@google.com> 2023-05-05 22:52:33 +0000
commit4de7b49cd71f18b1d9da5b669d0f3684a9da366b (patch)
tree77eb2d390d1e3f1e1ab237f4d2a3a514b5b4e21b /apex/apex_test.go
parent8d72714736d0cf6cc591fa6440dc02c9e903c74f (diff)
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
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r--apex/apex_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go
index 3ba4d8d55..c4708a8c0 100644
--- a/apex/apex_test.go
+++ b/apex/apex_test.go
@@ -1460,6 +1460,10 @@ func TestRuntimeApexShouldInstallHwasanIfLibcDependsOnIt(t *testing.T) {
sanitize: {
never: true,
},
+ apex_available: [
+ "//apex_available:anyapex",
+ "//apex_available:platform",
+ ],
} `)
ctx := result.TestContext
@@ -1508,6 +1512,10 @@ func TestRuntimeApexShouldInstallHwasanIfHwaddressSanitized(t *testing.T) {
sanitize: {
never: true,
},
+ apex_available: [
+ "//apex_available:anyapex",
+ "//apex_available:platform",
+ ],
}
`)
ctx := result.TestContext