Revert "build.config.msm.common: Temporarily turn off config delta checks"

This reverts commit b1df6fa11b.

Change-Id: I23d7cf95ea62188667ab5eee500ad92d0961bba7
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
Guru Das Srinagesh 2022-04-14 12:11:14 -07:00
parent cbaab9440d
commit 61003ac51b

View File

@ -97,7 +97,7 @@ function merge_defconfig_fragments() {
${KERNEL_DIR}/scripts/kconfig/merge_config.sh \
-m -r -y ${DEFCONFIG_FRAGMENTS} | tee $output
set +x
if false && grep -q -E -e "Previous value: [^=]+=[ym]" $output; then
if grep -q -E -e "Previous value: [^=]+=[ym]" $output; then
echo "========================================================"
echo "ERROR! Detected overridden config!"
grep -C 1 -E -e "Previous value: [^=]+=[ym]" $output >&2