Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入力の1つとして静的ライブラリ(.a)を使用してNDK共有ライブラリを構築しています。静的ライブラリには、GDB形式のデバッグ情報があります。デバッグ情報は最終的に.SOになりますか?どうすれば確認できますか?
Yes it does. The final step of NDK build is copying the .so file from obj directory to lib, stripping the symbols on the way. You can see how much smaller the file gets in lib/armeabi.
.so
obj
lib
lib/armeabi