From 04b37af0b0edc1c2f3d26a7a89c03e42b7003bb4 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 28 Aug 2019 09:38:07 -0700 Subject: [PATCH] ANDROID: cuttlefish: overlayfs: regression commit 3f0d9e29849d2ab72600269041fce18ff1b0b99a ("ANDROID: Remove unused cuttlefish build infra") caused a regression in adb-remount-test.sh by removing the CONFIG_OVERLAY_FS configuration from the x86 configuration. The gki/cuttlefish configuration for arm64 was not affected by the regression as it is enabled there. Signed-off-by: Mark Salyzyn Test: adb-remount-test.sh Bug: 138649540 Change-Id: I9e51475f1025f726e69c6f513099248bf452cc2d --- arch/x86/configs/gki_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index fefe7a7fc4e7..eeda7eac3174 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -310,6 +310,7 @@ CONFIG_F2FS_FS_ENCRYPTION=y CONFIG_QUOTA=y CONFIG_QFMT_V2=y CONFIG_FUSE_FS=y +CONFIG_OVERLAY_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y