ANDROID: build.config.allmodconfig: Remove outdated XFS_FS comment

CONFIG_XFS_FS was re-enabled after upgrading to clang-10 but the comment
was not removed.

Change-Id: Ia34387e67e6948945072fc9b8af8b2b6363d6141
Fixes: 8c8c5eea92 ("ANDROID: build.config.allmodconfig: Re-enable XFS_FS")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
This commit is contained in:
Nathan Chancellor 2020-04-16 16:15:58 -07:00
parent 0c8ec66904
commit 97a124b1d1
No known key found for this signature in database
GPG Key ID: 99739260CB6CB716

View File

@ -1,6 +1,5 @@
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 \