Replace --skip-make with --soong-only --skip-config
These flags have very similar and subltly different effects. I don't
pretend to know the full differences, but the aosp build tools use
--soong-only and --skip-config, and --skip-make was not working
with new changes to dist files in soong-only mode.
Switch to --soong-only --skip-config for consistency.
Bug: 388312357
Test: OUT_DIR=out prebuilts/kernel-build-tools/build-prebuilts.sh
Change-Id: I5b226f0a1e45d7b3e3b16cf2d4f3aec4896e4d8d
1 file changed