Make thiserror-impl available to product and vendor am: c768beac5e am: 8dfcac285d am: b7b939c483 am: 62f4279d4e

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/thiserror-impl/+/2476526

Change-Id: I4f05734e47368be8efd36c55114daed6ffdbca20
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index f63b1c1..367ebe3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,4 +51,6 @@
         "libquote",
         "libsyn",
     ],
+    product_available: true,
+    vendor_available: true,
 }