emacs/cross
Po Lu f319605207 More parallel build fixes
* cross/Makefile.in: (.PHONY):
* java/Makefile.in: (.PHONY):
* src/Makefile.in: (libemacs.so): Avoid calling ndk-build from
two places at once.  Build android-emacs separately from
libemacs.so.
2023-02-19 21:25:37 +08:00
..
lib Update from gnulib 2023-02-05 21:06:11 +08:00
ndk-build Adjust ndk-build implementation for old NDK versions 2023-02-06 22:26:45 +08:00
langinfo.h Update android port 2023-01-24 10:24:13 +08:00
Makefile.in More parallel build fixes 2023-02-19 21:25:37 +08:00
README Update android port 2023-01-24 10:24:13 +08:00
verbose.mk.android Update android port 2023-01-24 10:24:13 +08:00

This directory holds Makefiles and other required assets to build an
Emacs binary independently for another toolchain.  It also holds
another copy of gnulib that may be modified to work on Android.

The directory ndk-build also contains an implementation of the Android
`ndk-build' build system.