1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00
emacs/cross
Po Lu 18f723faa8 Fix parallel compilation of Android port
* cross/Makefile.in ($(top_builddir)/lib/libgnu.a):
* java/Makefile.in (CROSS_LIBS): Explicitly depend on gnulib
to prevent it from being built at the same time from different
jobs.
2023-02-19 20:45:32 +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
Makefile.in Fix parallel compilation of Android port 2023-02-19 20:45:32 +08:00
README
verbose.mk.android

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.