aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:34 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:34 -0800
commitcdec10381f5b7008255d23e5915990cac9dbd87b (patch)
treea98fc981ad7c2607ca5c209fc314b148327fde60
parent7f45d9242974616dfa64cec10ff3f217df8f0d85 (diff)
downloadproc-macro-error-cdec10381f5b7008255d23e5915990cac9dbd87b.tar.gz
Make proc-macro-error available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ie03f5e73ec09c449e7570c65ff1334dd7cb6328c
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 8e6090a..d9ada78 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,7 +52,7 @@ rust_library_host {
"syn",
"syn-error",
],
- cfgs: ["use_fallback"],
+ cfgs: ["skip_ui_tests"],
rustlibs: [
"libproc_macro2",
"libquote",
@@ -60,4 +60,6 @@ rust_library_host {
],
proc_macros: ["libproc_macro_error_attr"],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}