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

Commit f9a55062 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Build non-sparse super image if necessary." into qt-dev

parents da72f69a c3664703
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3744,6 +3744,8 @@ define dump-dynamic-partitions-info
    echo "super_$(group)_group_size=$(BOARD_$(call to-upper,$(group))_SIZE)" >> $(1); \
    $(if $(BOARD_$(call to-upper,$(group))_PARTITION_LIST), \
      echo "super_$(group)_partition_list=$(BOARD_$(call to-upper,$(group))_PARTITION_LIST)" >> $(1);))
  $(if $(filter true,$(TARGET_USERIMAGES_SPARSE_EXT_DISABLED)), \
    echo "build_non_sparse_super_partition=true" >> $(1))
endef

# Depending on the various images guarantees that the underlying
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ def BuildSuperImageFromDict(info_dict, output):

      cmd += GetArgumentsForImage(partition + "_b", group + "_b", other_image)

  if has_image:
  if info_dict.get("build_non_sparse_super_partition") != "true":
    cmd.append("--sparse")

  cmd += ["--output", output]