ANDROID: gki_defconfig: Relocate INCREMENTAL_FS

Ensure we build incrementalfs.ko as a module. As GKI is not ready for
module artifacts, move this to the board fragments.

Bug: 133435829
Change-Id: Ice50969b49b437606a0d9fd64844c8cfff05536e
Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
Alistair Delva 2020-02-07 14:34:50 -08:00
parent 1c7848f871
commit c4834220ee
4 changed files with 2 additions and 2 deletions

View File

@ -62,3 +62,4 @@ CONFIG_PHY_QCOM_USB_HS=m
CONFIG_QCOM_QFPROM=m
CONFIG_INTERCONNECT_QCOM=y
CONFIG_INTERCONNECT_QCOM_SDM845=m
CONFIG_INCREMENTAL_FS=m

View File

@ -396,7 +396,6 @@ 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

View File

@ -331,7 +331,6 @@ 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

View File

@ -16,3 +16,4 @@ CONFIG_VIRTIO_PMEM=m
CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_MMIO=m
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
CONFIG_INCREMENTAL_FS=m