diff options
| author | Po Lu | 2023-02-02 10:31:10 +0800 |
|---|---|---|
| committer | Po Lu | 2023-02-02 10:31:10 +0800 |
| commit | aa32c9b78b70287a17e52224b50a68a1998919a3 (patch) | |
| tree | 8cc4c06b0415f52f513c4631fc22d3debc80acc7 /java/README | |
| parent | 718b1d73d785847693668023ca2df7caf40e4f40 (diff) | |
| download | emacs-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/README | 5 |
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 | |||
| 2 | Android-like systems, along with files needed to create an application | 2 | Android-like systems, along with files needed to create an application |
| 3 | package out of them. | 3 | package out of them. |
| 4 | 4 | ||
| 5 | The ``org/gnu/emacs'' subdirectory contains the Java sources under the | ||
| 6 | ``org.gnu.emacs'' package identifier. | ||
| 7 | |||
| 8 | The ``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 |
| 6 | here, and we encourage all people redistributing Emacs to use this | 11 | here, and we encourage all people redistributing Emacs to use this |
| 7 | key. It holds no security value, and otherwise it will be impossible | 12 | key. It holds no security value, and otherwise it will be impossible |