From 497540d61b539aa4a71358ea53f13496b429d558 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 27 Apr 2025 21:08:48 +0800 Subject: [PATCH] Fix the Android build * 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/{res/README => README.res} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename java/{res/README => README.res} (71%) diff --git a/java/res/README b/java/README.res similarity index 71% rename from java/res/README rename to java/README.res index 38f3f232033..ac981dbebc3 100644 --- a/java/res/README +++ b/java/README.res @@ -1,4 +1,4 @@ * The wrench icon that is superimposed on Emacs's own icon in - drawable/emacs_wrench.png was released into the Public Domain by the + res/drawable/emacs_wrench.png was released into the Public Domain by the Tango Desktop Project. -- 2.39.5