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

Commit 62d926e2 authored by Huang Jianan's avatar Huang Jianan Committed by jianan huang
Browse files

add erofs to non partition spanning fs



Bug:174816929
Test: sparse image size will be fixed after rebuilding erofs image
Change-Id: I43d7b2c61c57301935981f6f1282afb685cce331
Signed-off-by: default avatarHuang Jianan <huangjianan@oppo.com>
parent ad4dae71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ def BuildImage(in_dir, prop_dict, out_file, target_out=None):
  fs_type = prop_dict.get("fs_type", "")

  fs_spans_partition = True
  if fs_type.startswith("squash"):
  if fs_type.startswith("squash") or fs_type.startswith("erofs"):
    fs_spans_partition = False

  # Get a builder for creating an image that's to be verified by Verified Boot,