summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Orlando Arbildo <oarbildo@google.com> 2025-02-26 15:04:58 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-26 15:04:58 -0800
commit18a8acef9fa15331a3eff3d564a813e6acd82700 (patch)
tree31a4a56234f0820fd7a402a500b226706fcf617c
parent7ba28a3a24fadce84a590a6f4a94907840fe814c (diff)
parent547ae00322a8aac330e687ff53fd9aaab8072fa3 (diff)
Merge "modifying libbinder_trusty visibility" into main am: 547ae00322
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3503280 Change-Id: I46ef18d95f8d9b63d1352f0229e00aff798dc084 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 aac369ddd1..9d9ae31ccf 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -826,6 +826,7 @@ cc_library {
// so we restrict its visibility to the Trusty-specific packages.
visibility: [
":__subpackages__",
+ "//hardware/interfaces/security/see:__subpackages__",
"//system/core/trusty:__subpackages__",
"//vendor:__subpackages__",
],