Page 1 of 1

Android Build Refactor

Posted: Mon Jan 20, 2014 8:11 am
by mega28
Currently the android build is done using CMake and then issuing a make command, the sample projects is created in the process and is linked to the absolute path of the libraries produced in the build directory which is kind of a mess.
I suggest that the CMake script be changed to add a further installation step which includes "make install", its primary function is to produce a well laid out OgreAndroidSDK directory in a matter simillar to the main OgreSDK which should facilitate producing a precompiled sdk reducing the barrier to ogre/android development entry.
Should I proceed to work on a pull request?

Re: Android Build Refactor

Posted: Mon Jan 20, 2014 4:14 pm
by c6burns
Why fix something that isn't broken?

I have no specific objections though. Obviously this would be going into 1.10.