mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ANDROID: cuttlefish: overlayfs: regression
commit 3f0d9e2984
("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 <salyzyn@google.com>
Test: adb-remount-test.sh
Bug: 138649540
Change-Id: I9e51475f1025f726e69c6f513099248bf452cc2d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user