ANDROID: remove unnecessary filesystems from microdroid config

Bug: 227470702
Test: watch TH
Change-Id: I90a65ce40e4fe4e32da636f300ffacf1670c80ea
Signed-off-by: Jiyong Park <jiyong@google.com>
This commit is contained in:
Jiyong Park
2022-06-23 16:08:55 +09:00
parent f923cf54fb
commit 84509999da
2 changed files with 20 additions and 0 deletions

View File

@@ -23,3 +23,13 @@ CONFIG_VIRTIO_VSOCKETS=y
# Remove config options that are for unknown vendor modules
# CONFIG_GKI_HACKS_TO_FIX is not set
# Remove unnecessary filesystems
# CONFIG_F2FS_FS is not set
# CONFIG_VIRTIO_FS is not set
# CONFIG_OVERLAY_FS is not set
# CONFIG_INCREMENTAL_FS is not set
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_EXFAT_FS is not set

View File

@@ -15,3 +15,13 @@ CONFIG_VIRTIO_VSOCKETS=y
# Remove config options that are for unknown vendor modules
# CONFIG_GKI_HACKS_TO_FIX is not set
# Remove unnecessary filesystems
# CONFIG_F2FS_FS is not set
# CONFIG_VIRTIO_FS is not set
# CONFIG_OVERLAY_FS is not set
# CONFIG_INCREMENTAL_FS is not set
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_EXFAT_FS is not set