build against static c++ stl #126
Unanswered
aguerrieri82
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I build against the static C++ runtime library?
The library produced seems to be linked to:
Shared library: [libc++_shared.so]
I'm familiar with
ndk-build
andAndroid.mk
/Application.mk
in which you can specify:APP_STL := c++_static
Beta Was this translation helpful? Give feedback.
All reactions