diff options
| author | 2023-01-10 08:12:27 +0000 | |
|---|---|---|
| committer | 2023-01-10 08:12:27 +0000 | |
| commit | 110630342964ce3d7d0349aa02415b31bcffcadc (patch) | |
| tree | 20cd90dbc497f374c6c5dff23cacb220ed113747 | |
| parent | 4cd0373251a9841920d26ccd6b0b50583b9ad026 (diff) | |
| parent | 24bb29b6ea20a14f39aabd2e8c40ca45a2f56ab8 (diff) | |
Merge "Make Binder RPC target visible to Minidroid Test: Tested on Cloudtop Change-Id: If2b834ed63d628ce0fb537f9399b61f029f8215f"
| -rw-r--r-- | libs/binder/Android.bp | 1 |
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__", ], } |