aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:20 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:20 -0800
commit578c2b6ca37e22662c5356d937dfc72b4e7fd397 (patch)
tree4d02240b6a356275f2e27bd9fea034214dd6efe0
parente39b6d2dd3c0c7d7fb20f9973e455b769316f49f (diff)
downloadnum-derive-578c2b6ca37e22662c5356d937dfc72b4e7fd397.tar.gz
Make num-derive available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I0f2e1c23c61208d83d75ca0bd0ebc9121635b48b
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f962468..7a2a705 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,4 +49,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}