ANDROID: Revert "ANDROID: allmodconfig: disable WERROR"
This reverts commit eb57c31115051c5404d1bb1f2daec20e051b0287. This branch looks clean of WERROR warnings. Let's try to re-enable it. Fixes: eb57c31115051 ("ANDROID: allmodconfig: disable WERROR") Change-Id: I0106dcd43d7e4b4e20ac768f3faac40285bc837b (cherry picked from commit d19f8758ae7732b14fd85e97c66dec2855d3be73) Signed-off-by: Lee Jones <joneslee@google.com>
This commit is contained in:
parent
c2611a04b9
commit
722f6cc09c
@ -4,7 +4,6 @@ POST_DEFCONFIG_CMDS="update_config"
|
|||||||
function update_config() {
|
function update_config() {
|
||||||
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
|
||||||
-e UNWINDER_FRAME_POINTER \
|
-e UNWINDER_FRAME_POINTER \
|
||||||
-d WERROR \
|
|
||||||
-d SAMPLES \
|
-d SAMPLES \
|
||||||
-d BPFILTER \
|
-d BPFILTER \
|
||||||
-e RANDSTRUCT_NONE \
|
-e RANDSTRUCT_NONE \
|
||||||
|
Loading…
Reference in New Issue
Block a user