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

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to