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

Commits on Jan 19, 2021

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

    …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
    gscchma committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8265863 View commit details
    Browse the repository at this point in the history