Merge "Remove obsolete com.android.bluetooth apex"
This commit is contained in:
@@ -454,8 +454,6 @@ func CheckAvailableForApex(what string, apex_available []string) bool {
|
||||
}
|
||||
return InList(what, apex_available) ||
|
||||
(what != AvailableToPlatform && InList(AvailableToAnyApex, apex_available)) ||
|
||||
(what == "com.android.btservices" && InList("com.android.bluetooth", apex_available)) || // TODO b/243054261
|
||||
(what == "com.android.bluetooth" && InList("com.android.btservices", apex_available)) || // TODO b/243054261
|
||||
(strings.HasPrefix(what, "com.android.gki.") && InList(AvailableToGkiApex, apex_available))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user