]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the Android build
authorPo Lu <luangruo@yahoo.com>
Sun, 27 Apr 2025 13:08:48 +0000 (21:08 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Apr 2025 07:32:18 +0000 (09:32 +0200)
* java/README.res: Move from java/res/README, as the AAPT does
not permit non-resource files in resource directories.

(cherry picked from commit aa1b55d5210f4c8ad83a0e8c2367e8691d785fa7)

java/README.res [new file with mode: 0644]
java/res/README [deleted file]

diff --git a/java/README.res b/java/README.res
new file mode 100644 (file)
index 0000000..ac981db
--- /dev/null
@@ -0,0 +1,4 @@
+* The wrench icon that is superimposed on Emacs's own icon in
+  res/drawable/emacs_wrench.png was released into the Public Domain by the
+  Tango Desktop Project.
+  <https://web.archive.org/web/20230207074050/https://tango.freedesktop.org/Tango_Desktop_Project>
diff --git a/java/res/README b/java/res/README
deleted file mode 100644 (file)
index 38f3f23..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-* The wrench icon that is superimposed on Emacs's own icon in
-  drawable/emacs_wrench.png was released into the Public Domain by the
-  Tango Desktop Project.
-  <https://web.archive.org/web/20230207074050/https://tango.freedesktop.org/Tango_Desktop_Project>