Don't strip libc++_shared.so.

This will get stripped by gradle before it is included in the user's
APK. Having a non-stripped version in the NDK allows user to debug
libc++ issues, should they be so unfortunate.

Test: ndk/checkbuild.py libc++ && file path/to/libc++_shared.so
Test: Use this NDK in Studio for a CMake project using c++_shared,
    check that the APK has a stripped libc++_shared.so.
Bug: https://github.com/android-ndk/ndk/issues/749

Change-Id: Ifd6972d84c3eceba8dd14f0360033b0516445299
(cherry picked from commit 5dcd3bb23cac63b76acd24bd26f5b9c0dd31e03a)
1 file changed