summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:04 +0000
commit80b3313ab8c5df201b2dc9eba012942b168bad27 (patch)
tree1890a4f03521acefea9305e30b98cd41116549d1
parent0f7f8ae9c3db7eb845f4eafa0e221836245bf4a6 (diff)
parentb44ecd8a978fa3c03cb82b3df7d27cc15828e4d3 (diff)
downloadproc-macro-error-attr-android14-d1-s4-release.tar.gz
Change-Id: I863a6dfdcc1ceb059f3fe754e6b3a670196d62e0
-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,
}