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
This commit is contained in:
28
apex/apex.go
28
apex/apex.go
@@ -3037,22 +3037,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
|||||||
//
|
//
|
||||||
// Module separator
|
// 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{
|
m["com.android.extservices"] = []string{
|
||||||
"ExtServices-core",
|
"ExtServices-core",
|
||||||
"libtextclassifier-java",
|
"libtextclassifier-java",
|
||||||
@@ -3078,18 +3062,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
|||||||
//
|
//
|
||||||
// Module separator
|
// Module separator
|
||||||
//
|
//
|
||||||
m["com.android.media"] = []string{
|
|
||||||
// empty
|
|
||||||
}
|
|
||||||
//
|
|
||||||
// Module separator
|
|
||||||
//
|
|
||||||
m["com.android.media.swcodec"] = []string{
|
|
||||||
// empty
|
|
||||||
}
|
|
||||||
//
|
|
||||||
// Module separator
|
|
||||||
//
|
|
||||||
m["com.android.mediaprovider"] = []string{
|
m["com.android.mediaprovider"] = []string{
|
||||||
"MediaProvider",
|
"MediaProvider",
|
||||||
"MediaProviderGoogle",
|
"MediaProviderGoogle",
|
||||||
|
Reference in New Issue
Block a user