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

[Xamarin.Android.Build.Tasks] remove $(_InstantRunEnabled) checks #9292

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. [Xamarin.Android.Build.Tasks] remove $(_InstantRunEnabled) checks

    Context: xamarin/monodroid@93ab95e
    Context: xamarin/monodroid@2c64cd5
    
    "Enhanced Fast Deployment" was removed from our private sources, so we
    can now remove the following from our MSBuild logic:
    
    * `$(_InstantRunEnabled)` checks from MSBuild targets, it is `false`
    
    * `InstantRunEnabled` parameters in any MSBuild tasks or related classes
    
    * Usage of the `@(_InstantRunJavaReference)` item group
    
    For one parameter of `<GenerateJavaStubs/>`, I created a private
    property `$(_AndroidGenerateNativeAssembly)` that defaults to `true`.
    
    In a future PR, we could consider making runtime changes to remove
    `instant_run_enabled` as well.
    jonathanpeppers committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9c5542f View commit details
    Browse the repository at this point in the history