diff options
| author | Louis Popi <theh2o64@gmail.com> | 2017-02-20 10:01:13 +0100 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2017-04-09 13:51:41 +0000 |
| commit | 47c56331dab54e3a13b50a4ac632440118e78d3c (patch) | |
| tree | 26d4dd95138520864c851e05e98cecd564795a90 | |
| parent | 1fc6b4176109997fc075bd6c26b625b680aab383 (diff) | |
msm8916-common: Allow F2FS userimage
Change-Id: I2df8e0cc66e9229adc70f07367e5d82b39bd8a1e
| -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 51698f4..d54648c 100644 --- a/board/filesystem.mk +++ b/board/filesystem.mk @@ -1,2 +1,3 @@ TARGET_USERIMAGES_USE_EXT4 := true +TARGET_USERIMAGES_USE_F2FS := true BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 |
