commit | 6d1845eebae8aa22358de9e8bd961b8f3ceaf84f | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Mon Aug 01 20:50:41 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 01 20:50:41 2022 +0000 |
tree | 7d2ea8f23edbd14c9485df6300138dc9dc61bc75 | |
parent | be9d2d411f91a41ef0c106c11d613408ad0cd3f6 [diff] | |
parent | 49fb118921e686aeffec47d5f46d8a516aa8e325 [diff] |
Merge "rust: Visibility exports for bindgen"
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index 355b3b4..9042b3a 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp
@@ -148,6 +148,7 @@ name: "libbinder_rpc_unstable_bindgen", wrapper_src: ":libbinder_rpc_unstable_header", crate_name: "binder_rpc_unstable_bindgen", + visibility: ["//packages/modules/Virtualization:__subpackages__"], source_stem: "bindings", shared_libs: [ "libutils",