]> git.eshelyaron.com Git - emacs.git/commitdiff
* java/Makefile.in (emacs.apk-in): Don't compress *.gz files on SDK 8.
authorPo Lu <luangruo@yahoo.com>
Tue, 18 Jun 2024 02:11:51 +0000 (10:11 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 19 Jun 2024 08:42:13 +0000 (10:42 +0200)
(cherry picked from commit 3c2df93e063761ee78b25157c689b6d26210f80b)

java/Makefile.in

index ed8779a2e4560d3d20a365aeacb90916ea2b9080..cb6256005388816979345a9e17695c2da733bd2a 100644 (file)
@@ -344,7 +344,7 @@ emacs.apk-in: install_temp AndroidManifest.xml classes.dex
            | xargs $(ZIP) ../$@ &> /dev/null;                  \
          echo "Packaging files already compressed...">&2;      \
          cd assets_gz; find assets -type f                     \
-           | xargs $(ZIP) ../../$@ &> /dev/null;               \
+           | xargs $(ZIP) -0 ../../$@ &> /dev/null;            \
          echo "Packaging shared libraries and code..." >&2;    \
          cd ..; $(ZIP) ../$@ `find lib -type f`;               \
        fi