aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:34 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:34 -0800
commita1c315da4f7cfdf0a8274e020fc54d1f5d52fdae (patch)
tree6dc221e8460bd41e3569cdc0477249d2191387b2
parentc8731374ee36421e2608c5319cd43717c71c73d1 (diff)
downloadclap_derive-a1c315da4f7cfdf0a8274e020fc54d1f5d52fdae.tar.gz
Make clap_derive available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I985f1d8f1660facce28aa619cb1b8ddf01cf042a
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef1cb66..b504f5e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,4 +52,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}