summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-09 00:40:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-09 00:40:53 +0000
commitb4ebfdae99b57089cda875cc25c6b4de2e5ea9f4 (patch)
treee63d186790eb8424b23d35b8f280f51f13d26cb8
parent4142446b3c44577d088bf5681b69453abafa8ee6 (diff)
parentdc20efbfe42323a92b6028a13985334a3f2d362a (diff)
downloadproc-macro-error-attr-b4ebfdae99b57089cda875cc25c6b4de2e5ea9f4.tar.gz
Merge "Adding autogenerated Trusty makefile rules" into main
-rw-r--r--rules.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
new file mode 100644
index 0000000..ea205ae
--- /dev/null
+++ b/rules.mk
@@ -0,0 +1,16 @@
+# This file is generated by cargo2rulesmk.py --run --features .
+# Do not modify this file as changes will be overridden on upgrade.
+
+LOCAL_DIR := $(GET_LOCAL_DIR)
+MODULE := $(LOCAL_DIR)
+MODULE_CRATE_NAME := proc_macro_error_attr
+MODULE_RUST_CRATE_TYPES := proc-macro
+MODULE_SRCS := \
+ $(LOCAL_DIR)/src/lib.rs \
+
+MODULE_RUST_EDITION := 2018
+MODULE_LIBRARY_DEPS := \
+ external/rust/crates/proc-macro2 \
+ external/rust/crates/quote \
+
+include make/library.mk