aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:52:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:52:44 +0000
commite21159e66bf78a0eb8b448a5de3d3e1e4a0d1767 (patch)
tree72fdaad29ec5a7e7992b4109674804ececc8b5f4
parentc42d311b65ba4bb3dcf0b9d6b79f6647ff1f8412 (diff)
parent8453e54e2e553a2133653ae33c411d7090c8fd1f (diff)
downloaddowncast-rs-simpleperf-release.tar.gz
Snap for 11400057 from 8453e54e2e553a2133653ae33c411d7090c8fd1f to simpleperf-releasesimpleperf-release
Change-Id: Icf08624d471b9cce5d1fb63e7c4722ce3dcd7828
-rw-r--r--rules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
new file mode 100644
index 0000000..7404137
--- /dev/null
+++ b/rules.mk
@@ -0,0 +1,15 @@
+# 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 := downcast_rs
+MODULE_SRCS := \
+ $(LOCAL_DIR)/src/lib.rs \
+
+MODULE_RUST_EDITION := 2015
+MODULE_RUSTFLAGS += \
+ --cfg 'feature="default"' \
+ --cfg 'feature="std"' \
+
+include make/library.mk