From 8822ff5193746133c23e3dff85fe91eea137fd4c Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Fri, 7 Jul 2023 18:31:15 -0400 Subject: [PATCH] Experiment with not using ninja weights Test: CI Change-Id: Id611059dba35aaaebc7cf787381669c4294ceb53 --- build_kzip.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_kzip.bash b/build_kzip.bash index dddcd3f3f..04466a6c5 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}")