diff options
author | 2024-04-09 02:09:08 +0000 | |
---|---|---|
committer | 2024-04-09 02:09:08 +0000 | |
commit | e15d816137fdc05c8c36b14adfa13d2a6a09b2b5 (patch) | |
tree | afac902d00eef74bff8f1f13a432213c89d0db2c | |
parent | 931dab995ae91932ff5d81df881828cb627c0f74 (diff) | |
parent | fd001b342c4ac72a9dd6f89d47d388b4c05253d9 (diff) |
Merge "Add //visibility:any_system_partition" into main am: fd001b342c
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2999643
Change-Id: Iffa1816faae2929167ed92ae7dc5658ab3379389
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 eec12e4cd5..3edbb808ba 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -669,6 +669,7 @@ cc_library { "//packages/modules/Virtualization:__subpackages__", "//device/google/cuttlefish/shared/minidroid:__subpackages__", "//system/software_defined_vehicle:__subpackages__", + "//visibility:any_system_partition", ], } |