Merge "Remove redundant baseline apex_available entries" into main
This commit is contained in:
commit
6f9522e4a8
1 changed files with 0 additions and 25 deletions
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",
|
||||
|
|
Loading…
Reference in a new issue