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

Commit ae351c20 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: limit visibility of test ifaces

More explicit since people were asking to use them. The four AIDL
backends have native language APIs for service management.

Bug: N/A
Test: N/A
Change-Id: Id5dd9af8bbbcc6c56fa0ab5ddbb6cfa517566aca
parent b1fe177d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -522,6 +522,10 @@ aidl_interface {
            enabled: false,
        },
    },
    visibility: [
        ":__subpackages__",
        "//system/tools/aidl:__subpackages__",
    ],
}

// TODO(b/184872979): remove once the Rust API is created.