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

Commit 42548a02 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk_sys visibility restriction

not an API, it's used but shouldn't be or isn't needed

Fixes: 255365984
Change-Id: Ia62a2808f89b23ce7bf5b8ed199b0ae5514c60ab
Test: N/A
parent e08a3fd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -88,6 +88,7 @@ rust_library {
    min_sdk_version: "Tiramisu",
    min_sdk_version: "Tiramisu",
    lints: "none",
    lints: "none",
    clippy_lints: "none",
    clippy_lints: "none",
    visibility: [":__subpackages__"],
}
}


rust_bindgen {
rust_bindgen {