Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f1b32ff authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Limit the visibility of libbinder_rpc_unstable" am: e813ec15 am:...

Merge "Limit the visibility of libbinder_rpc_unstable" am: e813ec15 am: a53aeee5 am: 9f9c891b am: 37d69a14

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2442770



Change-Id: Iccf4ba2222a58470254aeb0611e254d81bd2fa26
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0952f19b 37d69a14
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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__",
    ],
}