Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcc0c006 authored by Rashed Abdel-Tawab's avatar Rashed Abdel-Tawab Committed by Daniel Jacob Chittoor
Browse files

2e: 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
parent 3d4ce56b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ BOARD_MAIN_PARTITION_LIST := product vendor system

BOARD_SYSTEMIMAGE_EXTFS_INODE_COUNT := 16384

BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4