Merge "Disable sparse image for GSI products" am: 6651152c08 am: 3ef10eee71 am: 76efa7d199 am: 6304ce5a66

Original change: https://android-review.googlesource.com/c/platform/build/+/1421368

Change-Id: I90fc5924e34a1cdd40202d0c05349fa85c3afcef
This commit is contained in:
Treehugger Robot 2020-09-11 10:54:50 +00:00 committed by Automerger Merge Worker
commit 655bee3cd2

View file

@ -11,7 +11,9 @@ TARGET_NO_KERNEL := true
# This flag is set by mainline but isn't desired for GSI.
BOARD_USES_SYSTEM_OTHER_ODEX :=
# system.img is always ext4 with sparse option
# system.img is always ext4 and non-sparsed.
TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
# GSI also includes make_f2fs to support userdata parition in f2fs
# for some devices
TARGET_USERIMAGES_USE_F2FS := true