[cmake-developers] Android.mk

Brad King brad.king at kitware.com
Wed Aug 31 11:51:42 EDT 2016


On 08/31/2016 11:47 AM, tim cotter wrote:
> is anyone working on a generator for Android.mk files?

This has been investigated in the past and deemed hard/impossible
since the Android.mk build system does not expose hooks we need.

However, the main use case for this is to bring CMake-based projects
into Android.mk builds.  For that there is work here:

  https://gitlab.kitware.com/cmake/cmake/merge_requests/67

to create and install Android.mk files as part of the CMake build
process.  They reference the installed binaries as pre-built libs.

-Brad



More information about the cmake-developers mailing list