From ae733f893d4435372f4abdab252c746466fc6bd4 Mon Sep 17 00:00:00 2001 From: Quentin Perret Date: Thu, 26 Mar 2020 13:37:15 +0000 Subject: [PATCH] ANDROID: build.config.allmodconfig: Re-enable XFS_FS It appears that the clang version we were using when we first introduced build.config.allmodconfig had issues with XFS_FS, so 884416f5176a ("ANDROID: create build.configs for allmodconfig") made sure to disable it. Now that ACK uses an updated clang, attempt to re-enable that option. Bug: 140224784 Bug: 140490203 Test: allmodconfig build for x86_64 and arm64 Fixes: 884416f5176a ("ANDROID: create build.configs for allmodconfig") Signed-off-by: Quentin Perret Change-Id: Iffdaaedb67162515af3b60ec62efd8f947ce17f2 [nc: Also drop comment, unlike the android-mainline version] Signed-off-by: Nathan Chancellor --- build.config.allmodconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.config.allmodconfig b/build.config.allmodconfig index 29a32b609a97..4ce14e5a7c5a 100644 --- a/build.config.allmodconfig +++ b/build.config.allmodconfig @@ -1,11 +1,9 @@ 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 \