aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:42 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:42 -0800
commit5b5c98722e92ed4539f7c6322999470c6b248ec5 (patch)
treecad62b9bab18d8c1e6cf00eb480de6dd7d3657c3
parent2ace9eb7e026444cbc1f4d24829105f56e4795d6 (diff)
downloadremain-5b5c98722e92ed4539f7c6322999470c6b248ec5.tar.gz
Make remain available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Iad0c3a0766bb450da25a2ea2e7ea07e02845d76b
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cb9add3..26a3eff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,8 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}
rust_defaults {