summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jooyung Han <jooyung@google.com> 2019-10-15 10:36:13 -0700
committer android-build-merger <android-build-merger@google.com> 2019-10-15 10:36:13 -0700
commitb357269cde04fa72ae5fda6d99f8bccedcb871a3 (patch)
tree8f753233f43d6bcd895fb131835b6e2f09894680
parenta251c4733745bfc3c0f8ce9200597e70fb1018a3 (diff)
parent4a15f1827f7faf051fedd34e96554a97601f3b4f (diff)
Make libbinder available to VNDK APEX am: 03ab48771d
am: 4a15f1827f Change-Id: I095993e88729b659c983854b4b9ecf2802ccb3ce
-rw-r--r--libs/binder/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 643a956b4a..e5646ef701 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -73,6 +73,7 @@ cc_library {
// or dessert updates. Instead, apex users should use libbinder_ndk.
apex_available: [
"//apex_available:platform",
+ "com.android.vndk.current",
// TODO(b/139016109) remove these three
"com.android.media.swcodec",
"test_com.android.media.swcodec",