Ai
2 Star 0 Fork 0

mirrors_android_source/byteorder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rules.mk 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
Khyber Sen 提交于 2024-01-31 16:59 +08:00 . Disable std in trusty kernel builds
# This file is generated by cargo2rulesmk.py --run --config cargo2rulesmk.json.
# Do not modify this file as changes will be overridden on upgrade.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_CRATE_NAME := byteorder
MODULE_SRCS := \
$(LOCAL_DIR)/src/lib.rs \
MODULE_RUST_EDITION := 2018
MODULE_RUSTFLAGS += \
--cfg 'feature="default"' \
ifeq ($(call TOBOOL,$(TRUSTY_USERSPACE)),true)
MODULE_RUSTFLAGS += \
--cfg 'feature="std"' \
endif
include make/library.mk
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/byteorder.git
git@gitee.com:mirrors_android_source/byteorder.git
mirrors_android_source
byteorder
byteorder
main

搜索帮助