summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:59 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:59 -0800
commitc768beac5e62717ac6c09876feb83817c2937918 (patch)
treed78b715926d3c0eebd4a55fa04a90b1f02dc212e
parent6ba1c287b97a85d9614387c1180d5159f378aa83 (diff)
downloadthiserror-impl-c768beac5e62717ac6c09876feb83817c2937918.tar.gz
Make thiserror-impl available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Iacda24ae6ce281b00a5c08ef98e88f7665ebd3e5
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f63b1c1..367ebe3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,4 +51,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}