aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:43 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:43 -0800
commitb73c3c484543378dcd2001f237c4aad2a9ed0f35 (patch)
tree506bcf72744bd4aea8ab8e789b31d3689ea4096a
parent6745a2015b6962c445c1e6e6a8c224e25f030275 (diff)
downloadder_derive-b73c3c484543378dcd2001f237c4aad2a9ed0f35.tar.gz
Make der_derive available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I834496d89062b4b0a0493ef073b19b2b5c717865
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0a5228e..d198b72 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,4 +45,6 @@ rust_proc_macro {
"libsyn",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}