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] Fix Aar directory resolution. #2424

Merged
merged 3 commits into from
Nov 12, 2018

Commits on Nov 10, 2018

  1. [Xamarin.Android.Build.Tasks] Fix Aar directory resolution.

    Fixed dotnet#2408
    
    As part of the speed up process when extracting resources
    from assemblies and Aar files, we dont re-extract if
    the stamp file is newer than the assembly.
    
    The problem with that was in the case of Aar files we
    were NOT adding the `res` or `asset` directories to
    the list of resolved directories when we skipped extraction.
    As a result we got less `res` directories on a second
    build.
    
    This commit fixes that.
    dellis1972 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    e6c76ad View commit details
    Browse the repository at this point in the history
  2. Add Unit Test

    dellis1972 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    7b3ee21 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Fix Compile Error

    dellis1972 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    6931d85 View commit details
    Browse the repository at this point in the history