From 072f7bc5f2905833fdd6dcdd15b4b576c3af0066 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Fri, 5 May 2023 21:06:23 +0000 Subject: [PATCH] Remove CellBroadcast apps from baseline apex available map Since these apps explicitly set com.android.cellbroadcast in their Android.bp files, they do not need to be present in the baseline apex_available map. Test: m nothing Bug: 281077552 Change-Id: Ibea86bfbc7e460e27c5e780b611674e66e9cf727 --- apex/apex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex/apex.go b/apex/apex.go index 73265d218..79a346546 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -3243,7 +3243,7 @@ func makeApexAvailableBaseline() map[string][]string { // // Module separator // - m["com.android.cellbroadcast"] = []string{"CellBroadcastApp", "CellBroadcastServiceModule"} + m["com.android.cellbroadcast"] = []string{} // // Module separator //