aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-07-20 21:41:36 +0200
committerAndreas Blaesius <skate4life@gmx.de>2015-08-15 13:29:11 -0700
commit55177b947e2592bbcd9074105d03fc3d76d12664 (patch)
tree2bd6e51b0bd1a6d63b73c07a429d8d1000d5d887 /BoardConfigCommon.mk
parent532672ba7837cbcaf2bb885233e32e1de6c53e69 (diff)
downloaddevice_samsung_espressowifi-55177b947e2592bbcd9074105d03fc3d76d12664.zip
device_samsung_espressowifi-55177b947e2592bbcd9074105d03fc3d76d12664.tar.gz
device_samsung_espressowifi-55177b947e2592bbcd9074105d03fc3d76d12664.tar.bz2
espresso-common: Add f2fs filesystem support
Change-Id: I0b1ee7b9a4b020a94311b789a150731f7b673b5d
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index f921dee..43e9640 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -44,6 +44,9 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648
BOARD_FLASH_BLOCK_SIZE := 4096
+# F2FS filesystem
+TARGET_USERIMAGES_USE_F2FS := true
+
# Egl
BOARD_EGL_CFG := device/samsung/espresso-common/configs/egl.cfg
USE_OPENGL_RENDERER := true