Merge "Remove stray ZIPALIGN_PAGE_ALIGN_FLAGS"
am: d6d27517f7
Change-Id: I6bd69722e8f5fa9b1333b9dc9e374e255d11e234
This commit is contained in:
@@ -2279,7 +2279,7 @@ endef
|
|||||||
# Align STORED entries of a package on 4-byte boundaries to make them easier to mmap.
|
# Align STORED entries of a package on 4-byte boundaries to make them easier to mmap.
|
||||||
#
|
#
|
||||||
define align-package
|
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; \
|
mv $@ $@.unaligned; \
|
||||||
$(ZIPALIGN) \
|
$(ZIPALIGN) \
|
||||||
-f \
|
-f \
|
||||||
|
Reference in New Issue
Block a user