Lines Matching refs:soong
35 # Soong needs a bunch of variables set and will not run if they are missing.
39 # TODO(b/123645297) Move hiddenapi steps to soong.
42 # This prevents us from just cleaning using soong and forces us to do this
46 build/soong/soong_ui.bash --make-mode "$@"
57 # There is no good way to force soong to generate host-bionic builds currently
59 tmp_soong_var=$(mktemp --tmpdir soong.variables.bak.XXXXXX)
61 cat $out_dir/soong/soong.variables > ${tmp_soong_var}
66 -not -name soong \
69 find $out_dir/soong/ -maxdepth 1 -mindepth 1 \
74 python3 <<END - ${tmp_soong_var} ${out_dir}/soong/soong.variables
89 build/soong/soong_ui.bash --make-mode --skip-make $@