diff options
| author | 2023-02-22 02:40:33 +0000 | |
|---|---|---|
| committer | 2023-02-22 02:40:33 +0000 | |
| commit | 37d69a14106dc5d256403dba65de1e92b6be8c0e (patch) | |
| tree | b7e94fae55e21be3d37bcf4e97a0e7e116411ef5 | |
| parent | c92d67d462b71aa70fdebebeac66df187cb95c49 (diff) | |
| parent | 9f9c891b0f4af00fc43c2917a56222ca06b2099b (diff) | |
Merge "Limit the visibility of libbinder_rpc_unstable" am: e813ec1500 am: a53aeee572 am: 9f9c891b0f
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2442770
Change-Id: Ic183ed7bf2c6083ba4c0dde3e8e7b7856fb9e0ee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/binder/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index c4c8ffb656..24642d2f50 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -547,7 +547,8 @@ cc_library { // Do not expand the visibility. visibility: [ ":__subpackages__", - "//packages/modules/Virtualization:__subpackages__", + "//packages/modules/Virtualization/javalib/jni", + "//packages/modules/Virtualization/vm_payload", "//device/google/cuttlefish/shared/minidroid:__subpackages__", ], } |