klte-common: Set BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE to ext4

* There is some kind of race condition during build and f2fs is kind of
  junk anyway.

Change-Id: I51931c7d2005e987da3e1fbeb9f1051a67ca7da7
This commit is contained in:
Kevin F. Haggerty 2017-09-24 02:53:11 -06:00
parent dc1bbbf7e0
commit c6995d2d02
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
BOARD_FLASH_BLOCK_SIZE := 131072
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := f2fs
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
# Power HAL
TARGET_POWERHAL_SET_INTERACTIVE_EXT := $(LOCAL_PATH)/power/power_ext.c