aboutsummaryrefslogtreecommitdiffstats
path: root/java/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'java/INSTALL')
-rw-r--r--java/INSTALL11
1 files changed, 7 insertions, 4 deletions
diff --git a/java/INSTALL b/java/INSTALL
index 1d6f1535647..91916c6586c 100644
--- a/java/INSTALL
+++ b/java/INSTALL
@@ -158,10 +158,13 @@ the NDK r10b or later. We wanted to make Emacs work on even older
158versions of Android, but they are missing the required JNI graphics 158versions of Android, but they are missing the required JNI graphics
159library that allows Emacs to display text from C code. 159library that allows Emacs to display text from C code.
160 160
161Due to an extremely nasty bug in the Android 2.2 system, the generated 161There is an extremely nasty bug in the Android 2.2 system, the upshot of
162Emacs package cannot be compressed in builds for Android 2.2. As a 162which is that large files within the generated Emacs package cannot be
163result, the Emacs package will be approximately 100 megabytes larger 163compressed in builds for Android 2.2, so that the Emacs package will be
164than a compressed package for a newer version of Android. 164approximately 15 megabytes larger than a compressed package for a newer
165version of Android. For such systems the `zip' utility is also required
166to produce packages that will not be misinterpreted by the package
167manager.
165 168
166 169
167BUILDING C++ DEPENDENCIES 170BUILDING C++ DEPENDENCIES