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.
LOCAL_CFLAGS を持つ android.mk ファイルを使用して共有ライブラリを構築しました:- -fPIC
ndk-build r10e バージョンを使用してビルドします。
アセンブリ ファイルには、arm11 アセンブリが含まれています。
eu-findtextrel ユーティリティで確認すると、再配置されたテキストがまだ表示されます。
アセンブリ ファイルに fPIC を適用する方法はありますか?
前もって感謝します。