aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-09 00:40:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-11-09 00:40:54 +0000
commitbd9875945af80aa250fc9c10e7fe33359837bb6e (patch)
treeeb94403f8a793a187be4542af42113b8a35a0875
parent5a4e5901d4cdbf6b15dd63feeed7a484bcd21771 (diff)
parent77e91b0aaa5ed71cbb2fbc42062befca1658224f (diff)
downloadquote-bd9875945af80aa250fc9c10e7fe33359837bb6e.tar.gz
Merge "Adding autogenerated Trusty makefile rules" into main
-rw-r--r--rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
new file mode 100644
index 0000000..188794f
--- /dev/null
+++ b/rules.mk
@@ -0,0 +1,18 @@
+# This file is generated by cargo2rulesmk.py --run.
+# Do not modify this file as changes will be overridden on upgrade.
+
+LOCAL_DIR := $(GET_LOCAL_DIR)
+MODULE := $(LOCAL_DIR)
+MODULE_CRATE_NAME := quote
+MODULE_SRCS := \
+ $(LOCAL_DIR)/src/lib.rs \
+
+MODULE_RUST_EDITION := 2018
+MODULE_RUSTFLAGS += \
+ --cfg 'feature="default"' \
+ --cfg 'feature="proc-macro"' \
+
+MODULE_LIBRARY_DEPS := \
+ external/rust/crates/proc-macro2 \
+
+include make/library.mk