From 98be3caa74d5150671839f5aebabcad278c09070 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Tue, 25 Oct 2016 11:49:27 -0700 Subject: [PATCH] universal8895: Specify we have a cache partition * In android 7.1 /cache is symlinked to /data/cache -> set BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE to switch to the old "mkdir" Change-Id: I0c6d410063231a4f2de964b297561d5d2f10fd57 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4d9cd07..1d65cfc 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -72,6 +72,7 @@ TARGET_KERNEL_SOURCE := kernel/samsung/universal8895 BOARD_HAS_LARGE_FILESYSTEM := true TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true +BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 41943040 #(40960 sda7) -- 2.20.1