Skip to content

Commit 3c2df93

Browse files
author
Po Lu
committed
* java/Makefile.in (emacs.apk-in): Don't compress *.gz files on SDK 8.
1 parent f7953a0 commit 3c2df93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ emacs.apk-in: install_temp AndroidManifest.xml classes.dex
345345
| xargs $(ZIP) ../$@ &> /dev/null; \
346346
echo "Packaging files already compressed...">&2; \
347347
cd assets_gz; find assets -type f \
348-
| xargs $(ZIP) ../../$@ &> /dev/null; \
348+
| xargs $(ZIP) -0 ../../$@ &> /dev/null; \
349349
echo "Packaging shared libraries and code..." >&2; \
350350
cd ..; $(ZIP) ../$@ `find lib -type f`; \
351351
fi

0 commit comments

Comments
 (0)