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 Python 3 compatibility to Android symbol checker #10097

Commits on Mar 20, 2016

  1. Add Python 3 compatibility to Android symbol checker

    Make the script that checks for undefined Android symbols compatible
    with both Python 2 and Python 3, to allow for future updates to the
    default system Python on our build machines.
    
    I'd like to land this before servo/saltfs#249.
    
    We currently use Ubuntu 14.04 (an LTS release); Ubuntu is aiming for
    Python 3 as the default Python in the next LTS release, 16.04, and
    I'd like to have any scripts be ready for the transition.
    aneeshusa committed Mar 20, 2016
    Copy the full SHA
    b8eb19e View commit details
    Browse the repository at this point in the history