1# This file is generated by cargo2rulesmk.py --run --config cargo2rulesmk.json --features . 2# Do not modify this file as changes will be overridden on upgrade. 3 4LOCAL_DIR := $(GET_LOCAL_DIR) 5MODULE := $(LOCAL_DIR) 6MODULE_CRATE_NAME := cfg_if 7MODULE_SRCS := \ 8 $(LOCAL_DIR)/src/lib.rs \ 9 10# NOTE: This crate is a dependency of libstd, so we can't implicitly depend on 11# libstd as we would normally. The dependencies listed above are the ones 12# declared in the `Cargo.toml` when the `rustc-dep-of-std` feature is enabled. 13MODULE_ADD_IMPLICIT_DEPS := false 14MODULE_RUST_EDITION := 2018 15MODULE_LIBRARY_DEPS := \ 16 trusty/user/base/lib/libcompiler_builtins-rust \ 17 trusty/user/base/lib/libcore-rust \ 18 19include make/library.mk 20