aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-08 22:37:12 +0900
committerJiyong Park <jiyong@google.com>2020-04-20 16:29:39 +0900
commit06d7695f0fbc570a73c435369dcd7781e36d97b2 (patch)
tree5ea04458c04b76124b5bfa8738b0b8553afe62a4
parent8350bee515506d9b700b29f97cc7bc1445664c3f (diff)
downloadmdnsresponder-android11-mainline-media-swcodec-release.tar.gz
The marked library(ies) were available to the APEXes 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: I0b986f05fb2b4391625c596d38f351d5963bd0f7 (cherry picked from commit 1d9676b6c320cd6491f7ddae9d22af8d09261284) Change-Id: I0b986f05fb2b4391625c596d38f351d5963bd0f7
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a7655ca..bcc742a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -195,6 +195,11 @@ cc_library {
static_libs: ["libcutils"],
shared_libs: ["liblog"],
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.adbd",
+ ],
}
//###########################