You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
When glog is built by Android NDK r15 or r14, there will be an error undefined reference to 'stderr'(like this issue) when glog is built as static library and linked to other programs. Please refer to this document. As shown in above document, this error can be avoided by adding a specific flag. But in Android NDK r16 there is no such flag. So glog can't be built by NDK r16.