summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:21:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:21:43 +0000
commit9b3277e60a7249417d37b5a1f7e73b4cb10bf447 (patch)
tree1890a4f03521acefea9305e30b98cd41116549d1
parente0c9ef096e0b352f3890a012c142a5dfbc497677 (diff)
parent9a7622aa525a47b9d2be3d8b97c16f669e9389e8 (diff)
downloadproc-macro-error-attr-android14-s2-release.tar.gz
Change-Id: Ib0199b954cf8e3dcac587b123bf50b3da5d54069
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 010a3be..208932d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,4 +51,6 @@ rust_proc_macro {
"libquote",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}