Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a0db5ef authored by Jiyong Park's avatar Jiyong Park
Browse files

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.

Bug: 150999716
Test: m
Change-Id: I6afbe905dda11056559521b937803dcd85b32fe5
parent e01e2282
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -94,16 +94,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",
@@ -114,7 +107,6 @@ func makeApexAvailableWhitelist() map[string][]string {
		"libpackagelistparser",
		"libpcre2",
		"libprocessgroup_headers",
		"libqemu_pipe",
	}
	//
	// Module separator