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

Commit 66afe6dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Extend rpc_unstable visibility to virtualization" am: c52533cd

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

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