From 385820271587bf0ee9df0ba5de7b870f760704f1 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Thu, 21 Dec 2023 20:18:48 +0000 Subject: [PATCH] Drop libprofile modules from baselinseApexAvailable map The implicit //apex_available:anyapex seems to be unused, so we can drop it Bug: 281077552 Test: m nothing Change-Id: I66fef50901bfd19237a9ef96b169ecefa01d76b9 --- apex/apex.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apex/apex.go b/apex/apex.go index 29d59e589..c14cf7f0c 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2916,15 +2916,6 @@ func makeApexAvailableBaseline() map[string][]string { "wifi-nano-protos", "wifi-service-pre-jarjar", } - // - // Module separator - // - m[android.AvailableToAnyApex] = []string{ - "libprofile-clang-extras", - "libprofile-clang-extras_ndk", - "libprofile-extras", - "libprofile-extras_ndk", - } return m }