aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:20 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:20 -0800
commit33e52c2df4f823531fdf82557c06f9575baf69e0 (patch)
tree4914214646d35e71a252c9b11f33de84e7479aca
parent5428a147eefd352c61715bdb2f903774903cb977 (diff)
downloadargh_derive-33e52c2df4f823531fdf82557c06f9575baf69e0.tar.gz
Make argh_derive available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ic2561e583f17e2024349004f28ef1f486df62d1d
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5607288..a31ff09 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,4 +31,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}