summaryrefslogtreecommitdiff
path: root/build_kzip.bash
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-07-11 17:42:06 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-07-11 17:42:06 +0000
commitda7973112a00ccf9d4543466d0d11bf074c7ba3a (patch)
tree676c9a1d243c0cb4ca9f6d49e40a23c3f2b52dce /build_kzip.bash
parentaa634fdbdb50c2f99bd816577f40e7dc06c235df (diff)
parent8822ff5193746133c23e3dff85fe91eea137fd4c (diff)
Merge "Experiment with not using ninja weights" into main
Diffstat (limited to 'build_kzip.bash')
-rwxr-xr-xbuild_kzip.bash2
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}")