]> git.eshelyaron.com Git - emacs.git/commit
Minor enhancements to the Android build system
authorPo Lu <luangruo@yahoo.com>
Thu, 6 Jun 2024 12:55:40 +0000 (20:55 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 7 Jun 2024 10:44:10 +0000 (12:44 +0200)
commit3fe4de1eef20fbdeddd50c629feee687116e7e95
tree62f76c1494ffcd1f5be1faa84773162329d23b6e
parenta282a79cc386a29b86a8c9c4b24f23c33a48504a
Minor enhancements to the Android build system

* build-aux/ndk-build-helper-1.mk:

* build-aux/ndk-build-helper-2.mk:

* cross/ndk-build/ndk-build-shared-library.mk:

* cross/ndk-build/ndk-build-static-library.mk:

* cross/ndk-build/ndk-resolve.mk
(NDK_SO_EXTRA_FLAGS_$(LOCAL_MODULE)):
(NDK_LOCAL_SO_NAMES_$(LOCAL_MODULE)):
(NDK_LOCAL_A_NAMES_$(LOCAL_MODULE)): Reinforce tests for string
prefixes.

* m4/ndk-build.m4 (ndk_INIT): Guarantee that a module's
dependencies are recorded.

* configure.ac (XCONFIGURE): Prepare for building librsvg.

(cherry picked from commit a48f062e36be3ce5890a8a789272f31f074fea40)
build-aux/ndk-build-helper-1.mk
build-aux/ndk-build-helper-2.mk
configure.ac
cross/ndk-build/ndk-build-shared-library.mk
cross/ndk-build/ndk-build-static-library.mk
cross/ndk-build/ndk-resolve.mk
m4/ndk-build.m4