forked from openkylin/platform_build
Merge "Fix size check for devices with multiple groups" am: b26319ca38
am: f7696a6544
Change-Id: I73fa5f2a7416a9c6929c8a215bdda24e54d02715
This commit is contained in:
commit
2310b04339
|
@ -3124,7 +3124,7 @@ define check-sum-of-partition-sizes
|
||||||
else \
|
else \
|
||||||
echo "The sum of sizes of [$(strip $(3))] is within $(strip $(1)):"; \
|
echo "The sum of sizes of [$(strip $(3))] is within $(strip $(1)):"; \
|
||||||
echo $${sum_sizes_expr} '==' $$(( $${sum_sizes_expr} )) '<=' "$(2)" '==' $$(( $(2) )); \
|
echo $${sum_sizes_expr} '==' $$(( $${sum_sizes_expr} )) '<=' "$(2)" '==' $$(( $(2) )); \
|
||||||
fi
|
fi;
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define check-all-partition-sizes-target
|
define check-all-partition-sizes-target
|
||||||
|
|
Loading…
Reference in New Issue