Remove some apex_available whitelist for the adbd APEX
The marked library(ies) were available to the adbd APEX via the
hand-written whitelist in build/soong/apex/apex.go. Trying to remove the
whitelist by adding apex_available property to the Android.bp of the
libraries.
Exempt-From-Owner-Approval: cherry-pick from AOSP
Bug: 150999716
Test: m
Merged-In: I6afbe905dda11056559521b937803dcd85b32fe5
(cherry picked from commit 3a0db5ef4e
)
Change-Id: I6afbe905dda11056559521b937803dcd85b32fe5
This commit is contained in:
@@ -74,16 +74,9 @@ func makeApexAvailableWhitelist() map[string][]string {
|
||||
// Module separator
|
||||
//
|
||||
m["com.android.adbd"] = []string{
|
||||
"adbd",
|
||||
"libadbconnection_server",
|
||||
"libadbd",
|
||||
"libadbd_auth",
|
||||
"libadbd_core",
|
||||
"libadbd_services",
|
||||
"libasyncio",
|
||||
"libbuildversion",
|
||||
"libcap",
|
||||
"libdiagnose_usb",
|
||||
"libmdnssd",
|
||||
"libminijail",
|
||||
"libminijail_gen_constants",
|
||||
@@ -94,7 +87,6 @@ func makeApexAvailableWhitelist() map[string][]string {
|
||||
"libpackagelistparser",
|
||||
"libpcre2",
|
||||
"libprocessgroup_headers",
|
||||
"libqemu_pipe",
|
||||
}
|
||||
//
|
||||
// Module separator
|
||||
|
Reference in New Issue
Block a user