Hi everyone, I am trying to build a set of libraries as part of the android source tree. Being able of using a android.mk generator would be the perfect solution.
My current approach is to use a toolchain, as opencv is doing. This is not particularly suitable because a toolchain has to be created for each version of android (while android.mk does not need this information). It is also not the "standard" way for android. How hard would it be to add an android.mk generator in the cmake source code? And more importantly what part of the cmake code do I need to modify to do such thing? Thank you for reading, Thomas RICHARD -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
