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

Commit f9e07d6b authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Remove stray ZIPALIGN_PAGE_ALIGN_FLAGS" am: d6d27517 am: 30124b4e am: 011d40c6

am: 4c0fccb6

Change-Id: I06add3e875c8511c70a010cd6f4f223e0258ea94
parents c18689e4 4c0fccb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2279,7 +2279,7 @@ endef
# Align STORED entries of a package on 4-byte boundaries to make them easier to mmap.
#
define align-package
$(hide) if ! $(ZIPALIGN) -c $(ZIPALIGN_PAGE_ALIGN_FLAGS) 4 $@ >/dev/null ; then \
$(hide) if ! $(ZIPALIGN) -c -p 4 $@ >/dev/null ; then \
  mv $@ $@.unaligned; \
  $(ZIPALIGN) \
    -f \