commit | e720490b44e429973727f9aaedcffd3a04a4c483 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue Mar 07 17:24:34 2023 -0800 |
committer | Matthew Maurer <[email protected]> | Tue Mar 07 17:24:34 2023 -0800 |
tree | 1890a4f03521acefea9305e30b98cd41116549d1 | |
parent | eb05710f1a7c1293b691494088cc1de53b786eb2 [diff] |
Make proc-macro-error-attr available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: Id03bed68ffa7cf9614156dd2a956c636118a9142
diff --git a/Android.bp b/Android.bp index 010a3be..208932d 100644 --- a/Android.bp +++ b/Android.bp
@@ -51,4 +51,6 @@ "libquote", ], compile_multilib: "first", + product_available: true, + vendor_available: true, }