diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-10-25 11:49:27 -0700 |
|---|---|---|
| committer | Meninblack007 <sanyam.53jain@gmail.com> | 2016-12-03 22:49:45 +0530 |
| commit | c773d7fd26d2628a0306c006d33f67cc2843744b (patch) | |
| tree | 15efc5f1d19dbd3ef527ac38f8f157b7cd5da06d | |
| parent | 9d9c73e48fdd7e0f66d9e62b807da2965bc29f8d (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 |
