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

Commit 5382ab09 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Fix size check for devices with multiple groups" am: b26319ca am: f7696a65

am: 2310b043

Change-Id: I4bc3a08090b1ebf0e5ff6962dad9b4d0f5105de9
parents 1225a1e1 2310b043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3125,7 +3125,7 @@ define check-sum-of-partition-sizes
  else \
    echo "The sum of sizes of [$(strip $(3))] is within $(strip $(1)):"; \
    echo $${sum_sizes_expr} '==' $$(( $${sum_sizes_expr} )) '<=' "$(2)" '==' $$(( $(2) )); \
  fi
  fi;
endef

define check-all-partition-sizes-target