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

Improve support for Android users on M1 machine #33588

Closed
wants to merge 1 commit into from

Commits on Apr 7, 2022

  1. Improve support for Android users on M1 machine

    Summary:
    Currently users on M1 machine can't use the New Architecture correctly as they will get build failures when building the native code.
    
    This Diff fixes it by automatically recognizing the host architecture and switching to NDK 24 if user is runnign on `aarch64`
    
    Changelog:
    [Android] [Fixed] - Improve support for Android users on M1 machine
    
    Differential Revision: D35468252
    
    fbshipit-source-id: 0d1f7bc3ec514335e9b19af7ea9fe0f9a509d313
    cortinico authored and facebook-github-bot committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    5f57713 View commit details
    Browse the repository at this point in the history