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:
Jiyong Park
2020-03-10 18:31:53 +09:00
parent 24eec07f47
commit d182e5512f

View File

@@ -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