Commit graph

15 commits

Author SHA1 Message Date
Ghislain MARY
b36d9103aa Support NDK r12. 2016-06-24 16:31:46 +02:00
Ghislain MARY
68ab1ab4b1 Fix NDK version detection for NDK 12. 2016-06-24 16:07:30 +02:00
Ghislain MARY
daa7f64232 Check that Android NDK and Android SDK tools are installed + Check Android NDK version. 2016-06-21 18:32:36 +02:00
Ghislain MARY
91e69fe220 Use gnustl c++ library instead of the llvm one that is not considered stable. 2016-06-20 13:32:51 +02:00
Ghislain MARY
0977e41ea4 Use the armv7 architecture to list the features with prepare.py. 2016-06-17 18:26:09 +02:00
Sylvain Berfini
fd0c0ef6db Updated c++ lib (from gnustl_static to c++_shared) 2016-06-17 16:45:06 +02:00
Ghislain MARY
57e5892dd1 Use 'RelWithDebInfo' build type instead of 'Release' when the debug option is not given. 2016-06-16 14:14:56 +02:00
Ghislain MARY
bc458fbd3c Some more cleaning of prepare.py. 2016-05-30 18:31:04 +02:00
Ghislain MARY
7a90cad55b Simplify prepare.py by using the reworked prepare.py from cmake-builder. 2016-05-30 17:14:50 +02:00
Ghislain MARY
795f7ea04d Copy libraries in 2 directories (libs and libs-debug) + Strip the libraries in the libs directory.
Both directories are included in the SDK generation so that the libraries with debug symbols can be used for development and the ones without debug symbols for releases.
2016-05-19 15:06:30 +02:00
Ghislain MARY
040766fa40 Keep the debugging symbols when building in release mode. 2016-05-19 13:57:50 +02:00
Gautier Pelloux-Prayer
f27098c903 check_tools.sh: fix libtool detection on mac 2016-04-12 09:34:23 +02:00
Ghislain MARY
9b8ab3f002 Do not activate x264 when building with all codecs because of text relocation issues. 2016-03-23 11:59:52 +01:00
Ghislain MARY
473702717e Fix typo in the release rule of the generated Makefile. 2016-03-23 11:59:52 +01:00
Ghislain MARY
b8fde5a13d Use linphone-cmake-builder to compile the SDK. 2016-03-23 11:59:52 +01:00