[cmake-developers] Adding an Android platform module

Brad King brad.king at kitware.com
Fri Jun 6 15:03:30 EDT 2014


Hi Folks,

I've just added a commit for testing and review:

 Add basic Android platform module
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42f74df6

My goal for now is to get the basic platform information in place
so that it is possible for a toolchain file to be written without
using a custom CMAKE_MODULE_PATH to create a Platform/Android module.

Previous related discussions:

 Android platform file
 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9578

 a goal for a simple android toolchain
 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9729

 Building executables as libraries
 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9728

 New no-soname-option topic for e.g. Android
 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/10185

 Make it possible to disable SONAME generation for libraries
 http://www.cmake.org/Bug/view.php?id=14602

I resolved the SONAME issue by creating a way to set the soname ignoring
VERSION/SOVERSION.  There are other open issues in the discussions but I
do not think they are so fundamental that they should prevent the basic
platform file from being added.

-Brad


More information about the cmake-developers mailing list