diff options
| author | Po Lu <luangruo@yahoo.com> | 2025-04-27 21:08:48 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2025-04-27 21:08:48 +0800 |
| commit | aa1b55d5210f4c8ad83a0e8c2367e8691d785fa7 (patch) | |
| tree | 2dfc69b413a46f6364d3010638d7ba43cba64e1e /java | |
| parent | d394cd73d1b21bd1f6d1679c2fcbb10433477092 (diff) | |
Fix the Android build
* java/README.res: Move from java/res/README, as the AAPT does
not permit non-resource files in resource directories.
Diffstat (limited to 'java')
| -rw-r--r-- | java/README.res (renamed from java/res/README) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/README b/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. <https://web.archive.org/web/20230207074050/https://tango.freedesktop.org/Tango_Desktop_Project> |
