From cd46498a220773ccff35104a8de2463adf761267 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Thu, 30 Jan 2020 10:19:38 -0800 Subject: [PATCH] ANDROID: Incremental fs: Enable incrementalfs in GKI Bug: 133435829 Test: Builds, incfs_test passes Change-Id: I334088b3aadcffe3f42f991b0d2039ff7b221ac5 Signed-off-by: Paul Lawrence --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index ef42e94f5d4a..4bd4669290e5 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -410,6 +410,7 @@ CONFIG_QUOTA=y CONFIG_QFMT_V2=y CONFIG_FUSE_FS=y CONFIG_OVERLAY_FS=y +CONFIG_INCREMENTAL_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS_POSIX_ACL=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index e604113db224..057af751aa7d 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -349,6 +349,7 @@ CONFIG_QUOTA=y CONFIG_QFMT_V2=y CONFIG_FUSE_FS=y CONFIG_OVERLAY_FS=y +CONFIG_INCREMENTAL_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y