Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6304ce5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable sparse image for GSI products" am: 6651152c am: 3ef10eee am: 76efa7d1

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

Change-Id: I0be33e8be4dc62409e99780129be375725d05e02
parents f57c53d1 76efa7d1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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