Skip to content

fix undef replace stl pad of android armv8 static lib. test=develop #3977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2020

Conversation

ysh329
Copy link
Contributor

@ysh329 ysh329 commented Jul 22, 2020

fix undef replace stl pad of android armv8 static lib. test=develop

NDK版本兼容性问题,在android armv8下,在关掉LOG时候,编译android项目时,出现undef replace::stl的pad问题,但实际该方法不会被调用(因为log没开,这个方法不会用到)。

我这里的改动,只是把该方法放到宏里。

Copy link
Collaborator

@xiebaiyuan xiebaiyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants