Searched refs:host_supported (Results 1 – 9 of 9) sorted by relevance
/development/tools/cargo_embargo/testdata/either/ |
D | expected_Android.bp | 3 host_supported: true, 20 host_supported: true,
|
/development/tools/cargo_embargo/testdata/aho-corasick/ |
D | expected_Android.bp | 3 host_supported: true, 20 host_supported: true,
|
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/ |
D | expected_Android.bp | 3 host_supported: true, 23 host_supported: true,
|
/development/samples/AconfigDemo/ |
D | Android.bp | 118 // host_supported is set to true here for test running 120 host_supported: true,
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | expected_Android.bp | 3 host_supported: true,
|
/development/host/windows/ |
D | Android.bp | 8 host_supported: true,
|
/development/tools/cargo_embargo/src/ |
D | config.rs | 399 pub host_supported: bool, field 442 host_supported: true, in default()
|
D | main.rs | 924 if package_cfg.host_supported in crate_to_bp_modules() 931 if !crate_type.is_test() && package_cfg.host_supported && package_cfg.host_first_multilib { in crate_to_bp_modules() 948 if package_cfg.host_supported { in crate_to_bp_modules()
|
/development/tools/cargo_embargo/ |
D | README.md | 105 | `host_supported` | boolean | `true` | yes | Whether to compile …
|