diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/INSTALL | 8 | ||||
| -rw-r--r-- | java/org/gnu/emacs/EmacsNative.java | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/java/INSTALL b/java/INSTALL index f1063b40c25..6daef59084e 100644 --- a/java/INSTALL +++ b/java/INSTALL @@ -307,14 +307,6 @@ Many of these dependencies have been migrated over to the However, the old ``Android.mk'' Makefiles are still present in older branches, and can be easily adapted to newer versions. -In addition, some Emacs dependencies provide `ndk-build' support -themselves: - - libjansson - https://github.com/akheron/jansson - (You must add LOCAL_EXPORT_INCLUDES := $(LOCAL_C_INCLUDES) before - its Android.mk includes $(BUILD_SHARED_LIBRARY), then copy - android/jansson_config.h to android/jansson_private_config.h.) - Emacs developers have ported the following dependencies to ARM Android systems: diff --git a/java/org/gnu/emacs/EmacsNative.java b/java/org/gnu/emacs/EmacsNative.java index 654e94b1a7d..24440bd5953 100644 --- a/java/org/gnu/emacs/EmacsNative.java +++ b/java/org/gnu/emacs/EmacsNative.java @@ -337,7 +337,7 @@ public final class EmacsNative "gnutls_emacs", "gmp_emacs", "nettle_emacs", "p11-kit_emacs", "tasn1_emacs", "hogweed_emacs", - "jansson_emacs", "jpeg_emacs", + "jpeg_emacs", "tiff_emacs", "xml2_emacs", "icuuc_emacs", "harfbuzz_emacs", "tree-sitter_emacs", }; |
