Skip to content
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

[Bug 574] Fixed: can not build out arm64 version for linux-android pl… #575

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

db0218
Copy link

@db0218 db0218 commented Jan 19, 2021

…atform

Cause: cmake param "-DANDROID_ABI" should be "arm64-v8a", rather than "armeabi-v7a".
Solution: 1. correct the wrong description in doc. 2. Add "-DANDROID_ABI" in the deps cmake files, otherwise these deps static libraries will all be default arm32.
Fixed Version: 2021.1.19
Branch: master

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added

…atform

Cause: cmake param "-DANDROID_ABI" should be "arm64-v8a", rather than "armeabi-v7a".
Solution: 1. correct the wrong description in doc.  2. Add "-DANDROID_ABI" in the deps cmake files, otherwise these deps static libraries will all be default arm32.
Fixed Version: 2021.1.19
Branch: master
@yorkie
Copy link
Member

yorkie commented Jan 19, 2021

@db0218 May I ask you to push again to retrigger the build, it seems failed caused by networks.

@yorkie
Copy link
Member

yorkie commented Jan 19, 2021

@algebrait @legendecas have a review?

@algebrait algebrait self-requested a review January 19, 2021 05:39
Copy link
Contributor

@algebrait algebrait left a comment

Choose a reason for hiding this comment

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

LGTM

@yorkie yorkie added the build label Jan 19, 2021
@db0218
Copy link
Author

db0218 commented Jan 19, 2021

@db0218 May I ask you to push again to retrigger the build, it seems failed caused by networks.

Should I close this one and start a new pull request ?

@yorkie
Copy link
Member

yorkie commented Jan 20, 2021

You could just do git push -f :)

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

Successfully merging this pull request may close these issues.

None yet

4 participants