Merge "Use --skip-config --soong-only instead of --skip-make" am: 44c45759f9 am: c9ca8f000b
Original change: https://android-review.googlesource.com/c/platform/development/+/1874616 Change-Id: I4aaa298d0745b4bd38039b0df8b0643c3cae6fb4
This commit is contained in:
@@ -71,7 +71,7 @@ if [ "${OS}" = "darwin" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Build binaries and shared libs
|
# Build binaries and shared libs
|
||||||
build/soong/soong_ui.bash --make-mode --skip-make "${binaries[@]}" "${libs[@]}"
|
build/soong/soong_ui.bash --make-mode --skip-config --soong-only "${binaries[@]}" "${libs[@]}"
|
||||||
|
|
||||||
# Copy binaries and shared libs
|
# Copy binaries and shared libs
|
||||||
SOONG_DIST="${SOONG_OUT}/dist"
|
SOONG_DIST="${SOONG_OUT}/dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user