dschmitt007

Results 5 comments of dschmitt007

It feels like moving the SWIG generation code outside the library CMakelist.txt would give gradle a fighting chance to not have some loop dependency. (I'm thinking 2nd CMakelist.txt, special gradle...

I have a horrid hack (I tar up the results from build and dump them into install, and then have ugly ugly CMakeLists.txt files that have to have all the...

So, the horrid hack looks like a shell script for calling CMake with export AWS_CMAKE_COMMAND=" \ cmake \ -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \ -DCMAKE_RULE_MESSAGES:BOOL=OFF \ -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=OFF \ -DFORCE_SHARED_CRT:BOOL=OFF \ $EXTRA_AWS_OPTIONS \...

I'd vote stackoverflow would be a place to refine views on shared/static libs and the NDK in general. My short view is "Android doesn't do shared at the os level...

I'm not sure how to help. Maybe run these issues down: https://stackoverflow.com/questions/38192458/linking-openssl-on-android-and-undefined-references We hacked the heck out of the android tools finding cmake stuff and have it working with r18b...