In android ndk, under folder sources\cxx-stl\llvm-libc++\libs\armeabi-v7a, I can see these following libraries.
libandroid_support.a
libc++.so
libc++_shared.so
libc++abi.a
libunwind.a
Could you please explain what is the purpose of each one. If there is any dependencies among these, please explain.