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

[Java.Interop.BootstrapTasks] Use JdkInfo #349

Merged
merged 1 commit into from
Jul 27, 2018

Commits on Jul 27, 2018

  1. [Java.Interop.BootstrapTasks] Use JdkInfo

    Context: xamarin/xamarin-android-tools#29 (comment)
    
    Bumps to xamarin/xamarin-android-tools:master@75530565
    
    The `<JdkInfo/>` task within `Java.Interop.BootstrapTasks.dll` isn't
    the *only* thing that needs to determine the path of an installed JDK.
    The IDEs could also use such functionality, as could xamarin-android.
    
    Add a submodule reference to xamarin-android-tools, and use
    `Xamarin.Android.Tools.JdkInfo` to find the preferred JDK, instead of
    having lots of custom probing with the `<JdkInfo/>` task.
    
    Finally, for consistency, move `src/Java.Interop.BootstrapTasks` to
    `build-tools/Java.Interop.BootstrapTasks`, as the
    `Java.Interop.BootstrapTasks.dll` assembly is only intended for in
    building Java.Interop *itself*, and not for "downlevel" distribution.
    jonpryor committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    89e9365 View commit details
    Browse the repository at this point in the history