summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/binder/Android.bp4
-rw-r--r--libs/binderthreadstate/Android.bp4
-rw-r--r--libs/gui/sysprop/Android.bp4
3 files changed, 10 insertions, 2 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index bc541f4d31..6023f92390 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -73,9 +73,9 @@ cc_library {
// or dessert updates. Instead, apex users should use libbinder_ndk.
apex_available: [
"//apex_available:platform",
- // TODO(b/139016109) remove these three
+ // TODO(b/139016109) remove these
+ "com.android.media",
"com.android.media.swcodec",
- "test_com.android.media.swcodec",
],
srcs: [
diff --git a/libs/binderthreadstate/Android.bp b/libs/binderthreadstate/Android.bp
index c1861104d3..9e507292d7 100644
--- a/libs/binderthreadstate/Android.bp
+++ b/libs/binderthreadstate/Android.bp
@@ -20,6 +20,10 @@ cc_library_static {
vendor_available: true,
host_supported: true,
+ apex_available: [
+ "com.android.media",
+ ],
+
shared_libs: [
"libbinder",
"libhidlbase", // libhwbinder is in here
diff --git a/libs/gui/sysprop/Android.bp b/libs/gui/sysprop/Android.bp
index e7f7c1fc86..e090c49b88 100644
--- a/libs/gui/sysprop/Android.bp
+++ b/libs/gui/sysprop/Android.bp
@@ -1,5 +1,9 @@
sysprop_library {
name: "LibGuiProperties",
+ apex_available: [
+ "com.android.media",
+ "com.android.media.swcodec",
+ ],
srcs: ["*.sysprop"],
api_packages: ["android.sysprop"],
property_owner: "Platform",