Remove --skip-soong-tests from kzip builds
Bug:289993105 Change-Id: I12d0a980141a9ef03a42c943ae92d19b717e7ff9
This commit is contained in:
parent
222995b2c1
commit
e58161b93f
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 --skip-soong-tests --dir=$PWD -k "${kzip_targets[@]}"
|
||||
build/soong/soong_ui.bash --build-mode --all-modules --dir=$PWD -k "${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