aboutsummaryrefslogtreecommitdiff
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
commit714ce9a723963463eab4e2e289bc0820199b4baf (patch)
tree5bbe20c39692b5aaecbb9ad9082c849e7e5a6459
parent14705ab0aaad89ea1953c16af5b90dbe3e32f446 (diff)
parentaf139313418757fe80cd66debdff4f9350904b88 (diff)
downloadcoset-714ce9a723963463eab4e2e289bc0820199b4baf.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..a41ac8f
--- /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 := coset
+MODULE_SRCS := \
+ $(LOCAL_DIR)/src/lib.rs \
+
+MODULE_RUST_EDITION := 2018
+MODULE_RUSTFLAGS += \
+ --cfg 'feature="default"' \
+
+MODULE_LIBRARY_DEPS := \
+ external/rust/crates/ciborium \
+ external/rust/crates/ciborium-io \
+
+include make/library.mk