Revert "build.config.msm.common: Allow silent removal of disabled symbols"
This reverts commit 90bae2ba00
.
Reason: Test bypass no longer needed since KUNIT was enabled for
consolidate.fragment.
Change-Id: I6b01f8af09dec5009cee0e6c4376e015c7b3f99b
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
b1d54dfaf7
commit
a6f5093edd
@@ -128,7 +128,7 @@ function check_merged_defconfig() {
|
||||
${KERNEL_DIR}/scripts/diffconfig "${KERNEL_DIR}/arch/${ARCH}/configs/${DEFCONFIG}" ${OUT_DIR}/.config > $output
|
||||
set +x
|
||||
# Allow CONFIG_CMDLINE changes
|
||||
if grep -q -v -E -e "^\+" -e "^CMDLINE " -e "^-.+ n$" $output; then
|
||||
if grep -q -v -E -e "^\+" -e "^CMDLINE " $output; then
|
||||
echo "========================================================"
|
||||
echo "ERROR! Defconfig fragment did not apply as expected"
|
||||
grep -v -E -e "^\+" -e "^CMDLINE " $output
|
||||
|
Reference in New Issue
Block a user