Skip to content

Commit

Permalink
ANDROID: build.config.allmodconfig: Re-enable XFS_FS
Browse files Browse the repository at this point in the history
It appears that the clang version we were using when we first introduced
build.config.allmodconfig had issues with XFS_FS, so 884416f
("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: 884416f ("ANDROID: create build.configs for allmodconfig")
Signed-off-by: Quentin Perret <qperret@google.com>
Change-Id: Iffdaaedb67162515af3b60ec62efd8f947ce17f2
  • Loading branch information
Quentin Perret committed Mar 26, 2020
1 parent 9465730 commit 8c8c5ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.config.allmodconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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 \
Expand Down

0 comments on commit 8c8c5ee

Please sign in to comment.