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

[Mono.Android] Fix _GenerateJavaCallableWrappers naming #15

Merged
merged 1 commit into from
May 3, 2016

Commits on May 3, 2016

  1. [Mono.Android] Fix _GenerateJavaCallableWrappers naming

    [@atsushieno notes][0] that there are *two*
    `_GenerateJavaCallableWrappers` targets within
    `Mono.Android.targets`, and the latter is likely replacing the
    former, preventing `$(OutputPath)mono.android.jar` from being
    generated (commit 953e28b; [bug report][1]).
    
    In short, commit a9f69ad screwed up by reusing a target name.
    
    Rename the second `_GenerateJavaCallableWrappers` target to
    `_GenerateFrameworkList`, allowing the first
    `_GenerateJavaCallableWrappers` target to actually execute.
    
    [0]: https://gitter.im/xamarin/xamarin-android?at=5727fac1df1a01ff18fbdeed
    [1]: https://gitter.im/xamarin/xamarin-android?at=5726f22b9344bbcb0f8bb201
    jonpryor committed May 3, 2016
    Configuration menu
    Copy the full SHA
    941f544 View commit details
    Browse the repository at this point in the history