Intermodalics / ros_android

Cross compilation scripts for building ROS nodes using the Android NDK.
9 stars 5 forks source link

install.sh: always copy libc++_shared.so to target-space #109

Closed meyerj closed 5 years ago

meyerj commented 5 years ago

... if building with ANDROID_STL=c++_shared.

The library has to be available to applications. Copying it to the target-space is convenient when deploying executables and their library dependencies for debugging, without packaging them in an apk.