mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
* configure.ac: Pass ANDROID_CFLAGS to ndk_INIT. * cross/ndk-build/Makefile.in (NDK_BUILD_CFLAGS): * cross/ndk-build/ndk-build-shared-library.mk ($(call objname,$(LOCAL_MODULE),$(basename $(1)))): ($$(error Unsupported suffix): * cross/ndk-build/ndk-build-static-library.mk ($(call objname,$(LOCAL_MODULE),$(basename $(1)))): ($$(error Unsupported suffix): Use NDK_BUILD_CFLAGS. * m4/ndk-build.m4 (ndk_INIT): Accept cflags. (ndk_CONFIG_FILES): Export NDK_BUILD_CFLAGS. |
||
|---|---|---|
| .. | ||
| lib | ||
| ndk-build | ||
| langinfo.h | ||
| Makefile.in | ||
| 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.