aboutsummaryrefslogtreecommitdiffstats
path: root/java/INSTALL
diff options
context:
space:
mode:
authorMattias EngdegÄrd2024-03-30 15:13:24 +0100
committerMattias EngdegÄrd2024-03-30 15:19:56 +0100
commit1135ce461d188869e0294af45641edc2cbfacbf0 (patch)
treefe0c7ec4113ac62c6ab0d28b9bc8bc81dc005906 /java/INSTALL
parent890edfd2bb8fd79730919972cc82811b73c7f572 (diff)
downloademacs-1135ce461d188869e0294af45641edc2cbfacbf0.tar.gz
emacs-1135ce461d188869e0294af45641edc2cbfacbf0.zip
Always enable native JSON support and remove Jansson references
* src/json.c (Fjson__available_p): Remove. * lisp/subr.el (json-available-p): Always return t. * admin/nt/dist-build/build-dep-zips.py: * configure.ac: * doc/lispref/text.texi (Parsing JSON): * java/INSTALL: * java/org/gnu/emacs/EmacsNative.java (EmacsNative): * lisp/term/w32-win.el (dynamic-library-alist): * m4/ndk-build.m4 (ndk_INIT): * msdos/sed1v2.inp: * nt/INSTALL: * nt/INSTALL.W64: * src/Makefile.in: * src/emacs.c (main): * src/lisp.h: Remove JSON configuration options and references to it and Jansson from documentation and build files. * etc/NEWS: Announce.
Diffstat (limited to 'java/INSTALL')
-rw-r--r--java/INSTALL8
1 files changed, 0 insertions, 8 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
307However, the old ``Android.mk'' Makefiles are still present in older 307However, the old ``Android.mk'' Makefiles are still present in older
308branches, and can be easily adapted to newer versions. 308branches, and can be easily adapted to newer versions.
309 309
310In addition, some Emacs dependencies provide `ndk-build' support
311themselves:
312
313 libjansson - https://github.com/akheron/jansson
314 (You must add LOCAL_EXPORT_INCLUDES := $(LOCAL_C_INCLUDES) before
315 its Android.mk includes $(BUILD_SHARED_LIBRARY), then copy
316 android/jansson_config.h to android/jansson_private_config.h.)
317
318Emacs developers have ported the following dependencies to ARM Android 310Emacs developers have ported the following dependencies to ARM Android
319systems: 311systems:
320 312