aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 02:13:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 02:13:01 +0000
commit7ab540b5d800dec56a66d8d23cf66d9437a54025 (patch)
treeeb94403f8a793a187be4542af42113b8a35a0875
parent509492947cf1122417834630e3999a3ccad6d683 (diff)
parentbd9875945af80aa250fc9c10e7fe33359837bb6e (diff)
downloadquote-7ab540b5d800dec56a66d8d23cf66d9437a54025.tar.gz
Snap for 11073167 from bd9875945af80aa250fc9c10e7fe33359837bb6e to sdk-release
Change-Id: Ib791b7bee1741344860ba7700d80c7be1cdfeda0
-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