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

Set JAVA_HOME env var to OpenJDK 8 for Android builds #638

Merged
merged 1 commit into from Apr 18, 2017

Commits on Apr 18, 2017

  1. Set JAVA_HOME env var to OpenJDK 8 for Android builds

    The new gradle builds require Java 8,
    and the existing ant builds also work with Java 8.
    
    This is easier than running many `update-alternatives` calls from Salt.
    Moreover, this allows keeping Java 7 installed together with Java 8.
    aneeshusa committed Apr 18, 2017
You can’t perform that action at this time.