Home
last modified time | relevance | path

Searched refs:build_script_data (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/
H A Dcrate.bzl90 build_script_data = None,
128build_script_data (list, optional): A list of labels to add to a crate's `cargo_build_script::data…
188 build_script_data = _stringify_list(build_script_data),
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dconfig.rs280 pub(crate) build_script_data: Option<Select<BTreeSet<Label>>>, field
390 build_script_data: select_merge(self.build_script_data, rhs.build_script_data), in add()
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/
H A DWORKSPACE.bazel668 build_script_data = [
686 # Setting build_script_data makes the files available on disk when the rule runs.
687 build_script_data = ["@rules_foreign_cc//toolchains:current_cmake_toolchain"],
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/
H A Ddocs_workspace.bzl273 Commonly this is done by passing the file to the `build_script_data` annotation for the crate, and …
281 We can use those hooks by specifying paths (generally using the `build_script_data` and `build_scri…
H A Dextension.bzl435 build_script_data = _relative_label_list(
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/context/
H A Dcrate_context.rs618 if let Some(extra) = &crate_extra.build_script_data { in with_overrides()