emacs/cross
Po Lu 0d363aded1 Fix cross-compilation of C++ code with old NDK versions
* cross/ndk-build/Makefile.in (NDK_BUILD_CFLAGS_CXX): New variable.
* cross/ndk-build/ndk-build-shared-library.mk
($(call objname,$(LOCAL_MODULE),$(basename $(1)))):
* cross/ndk-build/ndk-build-static-library.mk
($(call objname,$(LOCAL_MODULE),$(basename $(1)))): Use it to build
C++ code.
2023-03-04 08:45:11 +08:00
..
lib Update from gnulib 2023-02-26 14:14:43 +08:00
ndk-build Fix cross-compilation of C++ code with old NDK versions 2023-03-04 08:45:11 +08:00
langinfo.h Update android port 2023-01-24 10:24:13 +08:00
Makefile.in Fix Makefile race conditions 2023-03-02 15:59:33 +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.