summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-03-07 17:27:13 +0900
committerJiyong Park <jiyong@google.com>2020-03-07 17:44:43 +0900
commit889cf78f80f1035c58513fa2459c6920657e095a (patch)
treef6cdcc0ca838cd63512f15c41d063cd527e8f716 /Android.bp
parentaf0483092713c64620c0d894e4506ecd15e3eec1 (diff)
downloadlibhwbinder-889cf78f80f1035c58513fa2459c6920657e095a.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. Bug: 150999716 Test: m Change-Id: I76c2dff68ae42a99d2b287cf7d41f61ec1a077c6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a4bfd33..c74a380 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,6 +86,14 @@ cc_library_static {
host_supported: true,
recovery_available: true,
vendor_available: true,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.neuralnetworks",
+ "com.android.bluetooth.updatable",
+ "com.android.media",
+ "com.android.media.swcodec",
+ "com.android.tethering",
+ ],
}
// Only libhwbinder_benchmark needs to have pgo enabled. When all places