summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-11-13 21:04:58 +0000
committer Spandan Das <spandandas@google.com> 2023-11-13 21:06:16 +0000
commitbf6f44167fbe6f783e51f9f54ec3912b71ff116b (patch)
treead5965eb9b1340e1cca7400a48ca14444aaec58a
parent692f54baeb8494e72faac06bb5cf0348d6862216 (diff)
Remove empty baseline apex_available maps
And com.android.appsearch since the lone entry in the map specifies com.android.appsearch in its Android.bp file explicitly Bug: 281077552 Test: m nothing Change-Id: I0b7e37f0b6ace21d37c8b0077bacf83b49318744
-rw-r--r--apex/apex.go28
1 files changed, 0 insertions, 28 deletions
diff --git a/apex/apex.go b/apex/apex.go
index f2e8a0623..5163df18b 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -3037,22 +3037,6 @@ func makeApexAvailableBaseline() map[string][]string {
//
// Module separator
//
- m["com.android.appsearch"] = []string{
- "icing-java-proto-lite",
- }
- //
- // Module separator
- //
- m["com.android.btservices"] = []string{
- // empty
- }
- //
- // Module separator
- //
- m["com.android.cellbroadcast"] = []string{}
- //
- // Module separator
- //
m["com.android.extservices"] = []string{
"ExtServices-core",
"libtextclassifier-java",
@@ -3078,18 +3062,6 @@ func makeApexAvailableBaseline() map[string][]string {
//
// Module separator
//
- m["com.android.media"] = []string{
- // empty
- }
- //
- // Module separator
- //
- m["com.android.media.swcodec"] = []string{
- // empty
- }
- //
- // Module separator
- //
m["com.android.mediaprovider"] = []string{
"MediaProvider",
"MediaProviderGoogle",