summaryrefslogtreecommitdiff
path: root/libasyncio
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-03-10 18:31:02 +0900
committerJiyong Park <jiyong@google.com>2020-03-23 10:50:12 +0000
commitd25bb60e056b2b68aaeead3025d8024eaf8e8b8d (patch)
treeca8c6e54901c1101473df63e41b91ddd393d4c29 /libasyncio
parentfffdd1ab1a3248c48ea66bfeed7945c94efd1b87 (diff)
downloadcore-d25bb60e056b2b68aaeead3025d8024eaf8e8b8d.tar.gz
Set apex_available property
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: already +2'ed by the owner (enh) Bug: 150999716 Bug: 151398197 Test: m Change-Id: I8b572e3c4e76bd10c0443a6c08b72e9519243ab5
Diffstat (limited to 'libasyncio')
-rw-r--r--libasyncio/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libasyncio/Android.bp b/libasyncio/Android.bp
index 4ab439d57..44e7933c3 100644
--- a/libasyncio/Android.bp
+++ b/libasyncio/Android.bp
@@ -28,6 +28,10 @@ cc_library {
defaults: ["libasyncio_defaults"],
vendor_available: true,
recovery_available: true,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.adbd",
+ ],
host_supported: true,
srcs: [
"AsyncIO.cpp",