aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:26 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:26 -0800
commit76bc289dd0c5e06e7b0f46eadd8b8badd8501c39 (patch)
treef7606ea27ee1b5d88e3447f06a9ae11fd2daeb47
parent66de3445e468656d5ec0eff235e7fcf51377d4a3 (diff)
downloadbindgen-cli-76bc289dd0c5e06e7b0f46eadd8b8badd8501c39.tar.gz
Make bindgen-cli available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I10f87b5ad7fdf2be802e2dc8d110315745e798d2
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1af6373..42ade34 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,6 +41,8 @@ rust_binary_host {
"libshlex",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}
rust_library_host {