Home
last modified time | relevance | path

Searched defs:BuildScriptAttributes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/context/
H A Dcrate_context.rs174 pub(crate) struct BuildScriptAttributes { struct
176 pub(crate) compile_data: Select<BTreeSet<Label>>,
179 pub(crate) data: Select<BTreeSet<Label>>,
182 pub(crate) data_glob: BTreeSet<String>,
185 pub(crate) deps: Select<BTreeSet<CrateDependency>>,
188 pub(crate) extra_deps: Select<BTreeSet<Label>>,
208 pub(crate) link_deps: Select<BTreeSet<CrateDependency>>,
211 pub(crate) extra_link_deps: Select<BTreeSet<Label>>,
214 pub(crate) build_script_env: Select<BTreeMap<String, String>>,
217 pub(crate) rundir: Select<String>,
[all …]