Searched refs:_build_with_soong (Results 1 – 2 of 2) sorted by relevance
/build/soong/tests/ |
D | genrule_sandbox_test.py | 35 async def _build_with_soong(out_dir, targets, *, extra_env={}): function 93 await _build_with_soong('out', ["json-module-graph"]) 178 _build_with_soong("out", all_outs), 179 _build_with_soong(other_out_dir, all_outs, extra_env=other_env)
|
/build/bazel/scripts/bp2build_progress/ |
D | dependency_analysis.py | 133 def _build_with_soong(target, target_product): function 177 _build_with_soong("queryview", target_product) 203 _build_with_soong("queryview", target_product) 230 _build_with_soong("json-module-graph", target_product) 470 _build_with_soong("bp2build", target_product) 501 _build_with_soong("json-module-graph", target_product)
|