aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-10-19 17:35:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-10-19 17:35:44 +0000
commit4c06d6495528ff38a9cb1bfd4d59ac9d06c26cf0 (patch)
tree787e67f4910b1f0d957d583f7b1d3796320f625d
parent05df1322034ddda138bc589057c70170360b4fda (diff)
parentc867f1b6813281a3a27d805d096f1a72263270e8 (diff)
downloadbuild-4c06d6495528ff38a9cb1bfd4d59ac9d06c26cf0.tar.gz
Merge "Add make_f2fs into GSI" into oc-mr1-dev
-rw-r--r--target/board/treble_common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/board/treble_common.mk b/target/board/treble_common.mk
index ec711c256a..fd3363c892 100644
--- a/target/board/treble_common.mk
+++ b/target/board/treble_common.mk
@@ -30,7 +30,10 @@ TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
# system.img is always ext4 with sparse option
+# GSI also includes make_f2fs to support userdata parition in f2fs
+# for some devices
TARGET_USERIMAGES_USE_EXT4 := true
+TARGET_USERIMAGES_USE_F2FS := true
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
TARGET_USES_MKE2FS := true