summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRayan Hallal <hrayan@google.com>2022-12-09 15:27:47 +0000
committerRayan Hallal <hrayan@google.com>2023-01-09 09:55:46 +0000
commit24bb29b6ea20a14f39aabd2e8c40ca45a2f56ab8 (patch)
tree20cd90dbc497f374c6c5dff23cacb220ed113747
parent4cd0373251a9841920d26ccd6b0b50583b9ad026 (diff)
downloadnative-24bb29b6ea20a14f39aabd2e8c40ca45a2f56ab8.tar.gz
Make Binder RPC target visible to Minidroid
Test: Tested on Cloudtop Change-Id: If2b834ed63d628ce0fb537f9399b61f029f8215f Change-Id: Ic61a670c0817b23528523b215a0c02630caa1900
-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 28369d6df0..e70a98d2c9 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -517,6 +517,7 @@ cc_library {
visibility: [
":__subpackages__",
"//packages/modules/Virtualization:__subpackages__",
+ "//device/google/cuttlefish/shared/minidroid:__subpackages__",
],
}