Remove redundant baseline apex_available entries
These soong modules list the relevant apex_available values explicitly in Android.bp files Test: m nothing Bug: 281077552 Change-Id: I7ec8e0f9d7ab7cbfb881d59d3e5d2bb8a2975ff8
This commit is contained in:
25
apex/apex.go
25
apex/apex.go
@@ -3037,31 +3037,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.extservices"] = []string{
|
||||
"ExtServices-core",
|
||||
"libtextclassifier-java",
|
||||
"textclassifier-statsd",
|
||||
"TextClassifierNotificationLibNoManifest",
|
||||
"TextClassifierServiceLibNoManifest",
|
||||
}
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.neuralnetworks"] = []string{
|
||||
"android.hardware.neuralnetworks@1.0",
|
||||
"android.hardware.neuralnetworks@1.1",
|
||||
"android.hardware.neuralnetworks@1.2",
|
||||
"android.hardware.neuralnetworks@1.3",
|
||||
"android.hidl.allocator@1.0",
|
||||
"android.hidl.memory.token@1.0",
|
||||
"android.hidl.memory@1.0",
|
||||
"android.hidl.safe_union@1.0",
|
||||
"libarect",
|
||||
"libprocpartition",
|
||||
}
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.mediaprovider"] = []string{
|
||||
"MediaProvider",
|
||||
"MediaProviderGoogle",
|
||||
|
Reference in New Issue
Block a user