diff options
author | 2023-07-11 17:42:06 +0000 | |
---|---|---|
committer | 2023-07-11 17:42:06 +0000 | |
commit | da7973112a00ccf9d4543466d0d11bf074c7ba3a (patch) | |
tree | 676c9a1d243c0cb4ca9f6d49e40a23c3f2b52dce /build_kzip.bash | |
parent | aa634fdbdb50c2f99bd816577f40e7dc06c235df (diff) | |
parent | 8822ff5193746133c23e3dff85fe91eea137fd4c (diff) |
Merge "Experiment with not using ninja weights" into main
Diffstat (limited to 'build_kzip.bash')
-rwxr-xr-x | build_kzip.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_kzip.bash b/build_kzip.bash index b1618616b..4c42048dd 100755 --- a/build_kzip.bash +++ b/build_kzip.bash @@ -44,7 +44,7 @@ kzip_targets=( # xref_rust ) -build/soong/soong_ui.bash --build-mode --all-modules --dir=$PWD -k "${kzip_targets[@]}" +build/soong/soong_ui.bash --build-mode --all-modules --dir=$PWD -k --skip-soong-tests --ninja_weight_source=not_used "${kzip_targets[@]}" # Build extraction file for Go the files in build/{blueprint,soong} directories. declare -r abspath_out=$(realpath "${out}") |