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

Commit a07b8ebc authored by Inseob Kim's avatar Inseob Kim
Browse files

Extend rpc_unstable visibility to virtualization

packages/modules/Virtualization is in active development, and various
packages under the repo use libbinder_rpc_unstable. This extends the
visibility to the entire repo for convenience. It shouldn't be too
harmful because we have to refactor the whole repo when removing
libbinder_rpc_unstable.

Test: build
Change-Id: I17e7c58b510dd6c38136fd604dea0c34063106db
parent 20f5a270
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -338,11 +338,7 @@ cc_library {
    // This library is intentionally limited to these targets, and it will be removed later.
    // Do not expand the visibility.
    visibility: [
        "//packages/modules/Virtualization/authfs:__subpackages__",
        "//packages/modules/Virtualization/compos:__subpackages__",
        "//packages/modules/Virtualization/microdroid",
        "//packages/modules/Virtualization/microdroid_manager",
        "//packages/modules/Virtualization/virtualizationservice",
        "//packages/modules/Virtualization:__subpackages__",
    ],
}