Experiment with not using ninja weights
Test: CI Change-Id: Id611059dba35aaaebc7cf787381669c4294ceb53
This commit is contained in:
parent
f67bc44848
commit
8822ff5193
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue