Merge "Use --skip-config --soong-only instead of --skip-make" am: 44c45759f9
Original change: https://android-review.googlesource.com/c/platform/development/+/1874616 Change-Id: Icc12be74e968d9831d2bb82bea9714698db092b0
This commit is contained in:
@@ -71,7 +71,7 @@ if [ "${OS}" = "darwin" ]; then
|
||||
fi
|
||||
|
||||
# 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
|
||||
SOONG_DIST="${SOONG_OUT}/dist"
|
||||
|
||||
Reference in New Issue
Block a user