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

Commit 1301f2e8 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Fix an issue in assert-max-image-size." am: d690ca5b am: a89179ad

am: a40e4c85

Change-Id: Iaf41e09ded885959adf0b82acd31654235fdffdf
parents 5ca52b48 a40e4c85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2823,7 +2823,7 @@ $(if $(2), \
  size=$$(for i in $(1); do $(call get-file-size,$$i); echo +; done; echo 0); \
  total=$$(( $$( echo "$$size" ) )); \
  printname=$$(echo -n "$(1)" | tr " " +); \
  maxsize=$(2); \
  maxsize=$$(($(2))); \
  if [ "$$total" -gt "$$maxsize" ]; then \
    echo "error: $$printname too large ($$total > $$maxsize)"; \
    false; \