From 4bc9f6b7365cc0977ad19acf704ec9d124a0cbee Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Tue, 25 Oct 2016 11:49:27 -0700 Subject: [PATCH] universal7580: 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 a7bb096..453d6aa 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -69,6 +69,7 @@ TARGET_KERNEL_SOURCE := kernel/samsung/universal7580 # Use these flags if the board has a ext4 partition larger than 2gb BOARD_HAS_LARGE_FILESYSTEM := true TARGET_USERIMAGES_USE_EXT4 := true +BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 # Exclude AudioFX TARGET_EXCLUDES_AUDIOFX := true -- 2.20.1