Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bafbd059 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

ANDROID: add xfs back to allmodconfig build tests



clang is much newer now, it should be building properly.

Bug: 157965270
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: Ibdab0e4d91aeb90dc24a5d8894f05370c2fd34f1
parent 6839fc80
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
DEFCONFIG=allmodconfig

# XFS_FS is currently broken on this branch with clang-9
POST_DEFCONFIG_CMDS="update_config"
function update_config() {
    ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \
         -d TEST_KMOD  \
         -d XFS_FS \
         -d CPU_BIG_ENDIAN \
         -d STM \
         -d TEST_MEMCAT_P \