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:
Claude
2026-04-05 05:07:25 +00:00
parent 622fdee51f
commit 778f4dd428
2 changed files with 15 additions and 0 deletions

Binary file not shown.