sdm845-common: Set cache partition filesystem format

Without this, the build system generates a symlink to /data/cache instead
of using the actual partition, which will break OTAs on encrypted devices
or devices using Lineage recovery

Change-Id: Ie72fd1a6b2535292e042b73bcdc1fec93dfe9ed9
This commit is contained in:
Rashed Abdel-Tawab 2018-07-29 19:47:50 -07:00 committed by Bruno Martins
parent 2c4d87c2df
commit 2ca9f63e56

View File

@ -88,6 +88,7 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
# Partitions # Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
BOARD_USERDATAIMAGE_PARTITION_SIZE := 57453555712 BOARD_USERDATAIMAGE_PARTITION_SIZE := 57453555712