aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:21:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:21:42 +0000
commit645b0f0f632e1e5af394e761b255daf7e0e2cad5 (patch)
treea98fc981ad7c2607ca5c209fc314b148327fde60
parentb5752022b72cca58d240707d6684da915ef5af84 (diff)
parent1e34a9b7a31b29fcc0d16b38cccb443ca25bac51 (diff)
downloadproc-macro-error-android14-s1-release.tar.gz
Change-Id: I5368d0f79ae18cb0f0622e0c0ac184ed51ae0878
-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,
}