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

Add support for fission on android #14765

Closed

Commits on Feb 9, 2022

  1. Add support for fission on android

    This change adds the per_object_debug_info feature to the android cc
    toolchain to support fission.
    
    This also removes this same feature from the macOS crosstool because
    clang targeting darwin does nothing when passed this flag, which leads
    to failures if you enable this for android, but are on a macOS host
    because host tools fail to produce the dwo files.
    keith committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e5e3fdd View commit details
    Browse the repository at this point in the history