aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-26 17:22:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-26 17:22:12 +0000
commit30398fecf937cdc1dc340cd9061a43a0f1679d65 (patch)
tree2fff1da93150535b6fe1811b538824db65135b15
parentc58dd755c9c8c5cf6560758b73bcd88266cf7db3 (diff)
parentd28c768b0bdbe95b836ac0114545472956532eb9 (diff)
downloadstatic_assertions-30398fecf937cdc1dc340cd9061a43a0f1679d65.tar.gz
Snap for 11497362 from d28c768b0bdbe95b836ac0114545472956532eb9 to sdk-release
Change-Id: Ie5568db766072a1342f67656289dfc91f4e8a5c3
-rw-r--r--rules.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
new file mode 100644
index 0000000..1bf7b7d
--- /dev/null
+++ b/rules.mk
@@ -0,0 +1,11 @@
+# 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 := static_assertions
+MODULE_SRCS := \
+ $(LOCAL_DIR)/src/lib.rs \
+
+MODULE_RUST_EDITION := 2015
+include make/library.mk