From: Luca Stefani Date: Tue, 25 Oct 2016 18:49:27 +0000 (-0700) Subject: universal7580: Specify we have a cache partition X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4bc9f6b7365cc0977ad19acf704ec9d124a0cbee;p=GitHub%2FLineageOS%2Fandroid_device_samsung_universal7580-common.git 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 --- 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