diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-10-25 11:49:27 -0700 |
|---|---|---|
| committer | Ilya Lebedev <ashuli2003@gmail.com> | 2016-12-19 18:34:58 +0300 |
| commit | b2509831186a101c9e9a4a23347c6e81beaa8d8c (patch) | |
| tree | 4b667ae58be0ec23d2de010e3f34a0843ea9a321 | |
| parent | 7812f7b132311af884db06baaef9dda995b9c89c (diff) | |
msm8916-common: 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
| -rw-r--r-- | board/filesystem.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/filesystem.mk b/board/filesystem.mk index 384e59b..51698f4 100644 --- a/board/filesystem.mk +++ b/board/filesystem.mk @@ -1 +1,2 @@ TARGET_USERIMAGES_USE_EXT4 := true +BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 |
