aboutsummaryrefslogtreecommitdiffstats
path: root/java/README
diff options
context:
space:
mode:
authorPo Lu2023-02-02 10:31:10 +0800
committerPo Lu2023-02-02 10:31:10 +0800
commitaa32c9b78b70287a17e52224b50a68a1998919a3 (patch)
tree8cc4c06b0415f52f513c4631fc22d3debc80acc7 /java/README
parent718b1d73d785847693668023ca2df7caf40e4f40 (diff)
downloademacs-aa32c9b78b70287a17e52224b50a68a1998919a3.tar.gz
emacs-aa32c9b78b70287a17e52224b50a68a1998919a3.zip
Add Emacs icon for Android package
* java/AndroidManifest.xml.in: Add new icon. * java/Makefile.in (srcdir): New variable. (JAVA_FILES, RESOURCE_FILES): Update variables. (emacs.apk-in): Apply resources. * java/README: Describe directory tree.
Diffstat (limited to 'java/README')
-rw-r--r--java/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/README b/java/README
index 3bce2556403..5539871cc2c 100644
--- a/java/README
+++ b/java/README
@@ -2,6 +2,11 @@ This directory holds the Java sources of the port of GNU Emacs to
2Android-like systems, along with files needed to create an application 2Android-like systems, along with files needed to create an application
3package out of them. 3package out of them.
4 4
5The ``org/gnu/emacs'' subdirectory contains the Java sources under the
6``org.gnu.emacs'' package identifier.
7
8The ``res'' directory contains resources, mainly the Emacs icon.
9
5`emacs.keystore' is the signing key used to build Emacs. It is kept 10`emacs.keystore' is the signing key used to build Emacs. It is kept
6here, and we encourage all people redistributing Emacs to use this 11here, and we encourage all people redistributing Emacs to use this
7key. It holds no security value, and otherwise it will be impossible 12key. It holds no security value, and otherwise it will be impossible