From 280218846901e1332b8fe8e7ab0a4cc5fe262ddc 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 5dcb92b84017..03902d2ea0fe 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -395,6 +395,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 diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index b40ed36420d7..73f5767a8eda 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -327,6 +327,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