aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:17:03 +0000
commit44eec987650e8a5e5461207cb29c9ee0106c658e (patch)
treea98fc981ad7c2607ca5c209fc314b148327fde60
parentaff6f4f54838eb54a3c0404bc9d7491764d19c6b (diff)
parent7e1cfbe692b6c77084d8f506af2468d976096228 (diff)
downloadproc-macro-error-android14-d1-s7-release.tar.gz
Change-Id: I1b3379cc6072cc34c1ae1d43b20877509bd4b30c
-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,
}