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

Commit a89179ad 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

Change-Id: Ic60bb93a2daec5164caf584e3988240c2c5d70cc
parents 129ab633 d690ca5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2814,7 +2814,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; \