[Differential] [Commented On] D3732: Document usage of gnustl_shared with Android toolchain

2016-12-19 Thread apol (Aleix Pol Gonzalez)
apol added inline comments. INLINE COMMENTS > Android.cmake:160 > +# See https://developer.android.com/ndk/guides/cpp-support.html > +# TODO: reason for choosing gnustl_shared over the other options? > find_library(GNUSTL_SHARED gnustl_shared) when I started working on Android it was the only

[Differential] [Commented On] D3732: Document usage of gnustl_shared with Android toolchain

2016-12-19 Thread kossebau (Friedrich W. H. Kossebau)
kossebau added a comment. http://doc.qt.io/qbs/android-ndk-module.html allows to control which helper runtime to use, so hardcoding gnustl_shared in the ECM toolchain could have been done for a certain reason or perhaps just was done once to get started, but never revisited? REPOSITORY