Searched defs:VariantConfig (Results 1 – 2 of 2) sorted by relevance
/development/tools/cargo_embargo/src/ |
D | config.rs | 262 pub struct VariantConfig { struct 265 pub tests: bool, 268 pub features: Option<Vec<String>>, 271 pub workspace: bool, 274 pub workspace_excludes: Vec<String>, 277 pub global_defaults: Option<String>, 280 pub apex_available: Vec<String>, 283 pub native_bridge_supported: bool, 286 pub product_available: bool, 311 pub package: BTreeMap<String, PackageVariantConfig>, argument [all …]
|
D | main.rs | 288 fn make_crates(args: &Args, cfg: &VariantConfig, intermediates_dir: &Path) -> Result<Vec<Crate>> { in make_crates() 467 fn generate_cargo_out(cfg: &VariantConfig, intermediates_dir: &Path) -> Result<CargoOutput> { in generate_cargo_out() 684 cfg: &VariantConfig, in generate_android_bp() 748 cfg: &VariantConfig, in generate_rules_mk() 850 cfg: &VariantConfig, in crate_to_bp_modules() 1081 cfg: &VariantConfig, in crate_to_rulesmk()
|