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

Commit d182e551 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.

Exempt-From-Owner-Approval: cherry-pick from AOSP

Bug: 150999716
Test: m
Merged-In: I6afbe905dda11056559521b937803dcd85b32fe5
(cherry picked from commit 3a0db5ef)
Change-Id: I6afbe905dda11056559521b937803dcd85b32fe5
parent 24eec07f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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