fix: link libc++ statically — crash on launch due to missing libc++_shared.so
- Set cpp_link_stdlib(None) to suppress cc crate's automatic linking - Explicitly link both c++_static and c++abi with NDK sysroot search path - Fixes RTTI vtable symbol (_ZTVN10__cxxabiv117__class_type_infoE) error - Verified: only liblog.so remains as dynamic dependency Closes #001 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in: