commit | 784741cfb65191db74414e1ef59d762fa40131dc | [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 | eea54504325a9ea3d858030c54fb66414267e3b9 | |
parent | 36b1bfefeb9faefa7a0d7ed518a6fd8c2ba4e3fb [diff] | |
parent | f73794d612a0ca85b4cedae971022caa011cec3c [diff] |
Merge "rust: Visibility exports for bindgen"
diff --git a/libs/avb_bindgen/Android.bp b/libs/avb_bindgen/Android.bp index 1e62864..6dc16e8 100644 --- a/libs/avb_bindgen/Android.bp +++ b/libs/avb_bindgen/Android.bp
@@ -7,6 +7,7 @@ host_supported: true, wrapper_src: "bindgen/avb.h", crate_name: "avb_bindgen", + visibility: ["//packages/modules/Virtualization:__subpackages__"], source_stem: "bindings", bindgen_flags: [ "--size_t-is-usize",