commit | 42548a0240f53059c879fe696e3024e83b021e03 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Oct 24 19:57:03 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Oct 31 18:26:42 2022 +0000 |
tree | d50c2e04e4d24f48f72eaed8c7f02b80f8d09a77 | |
parent | e08a3fd64958cce5dd25a1bfbe9e796eb8ab3aeb [diff] [blame] |
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
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index a135796..738d16a 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp
@@ -88,6 +88,7 @@ min_sdk_version: "Tiramisu", lints: "none", clippy_lints: "none", + visibility: [":__subpackages__"], } rust_bindgen {