peregrine: 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
This commit is contained in:
Luca Stefani 2016-10-25 11:49:27 -07:00 committed by Gerrit Code Review
parent 72f90304ca
commit 97bc7bf3c4
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ BOARD_BOOTIMAGE_PARTITION_SIZE := 10485760
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 10485760
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1157627904
BOARD_USERDATAIMAGE_PARTITION_SIZE := 5930598400
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_CACHEIMAGE_PARTITION_SIZE := 560070656
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop