From 4de7b49cd71f18b1d9da5b669d0f3684a9da366b Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Fri, 5 May 2023 21:13:01 +0000 Subject: 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 --- apex/apex_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apex/apex_test.go') 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 -- cgit v1.2.3-59-g8ed1b