Merge "Use --skip-config --soong-only instead of --skip-make" am: 44c45759f9 am: c9ca8f000b am: 63b90232db
Original change: https://android-review.googlesource.com/c/platform/development/+/1874616 Change-Id: I848847d8d7b38f9aefe8dbce28c9e64718102ef8
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