projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7953a0
)
* java/Makefile.in (emacs.apk-in): Don't compress *.gz files on SDK 8.
author
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jun 2024 02:11:51 +0000
(10:11 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 18 Jun 2024 02:11:51 +0000
(10:11 +0800)
java/Makefile.in
patch
|
blob
|
history
diff --git
a/java/Makefile.in
b/java/Makefile.in
index 941631b84112b581ea94835c48f95f49f06a5c48..465f99162ecf49903a7e04f10002751ef6fde94a 100644
(file)
--- a/
java/Makefile.in
+++ b/
java/Makefile.in
@@
-345,7
+345,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