Merge "Add make_f2fs into GSI" into oc-mr1-dev

am: 4c06d64955

Change-Id: I4a055848eb7652ecc567b9036976510b42a4fb5d
This commit is contained in:
SzuWei Lin 2017-10-19 17:41:34 +00:00 committed by android-build-merger
commit 00033a8bfd
1 changed files with 3 additions and 0 deletions

View File

@ -30,7 +30,10 @@ TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true TARGET_NO_KERNEL := true
# system.img is always ext4 with sparse option # 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_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
TARGET_USES_MKE2FS := true TARGET_USES_MKE2FS := true