forked from dotnet/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Fix Aar directory resolution. (dotnet#2424
) (dotnet#2556) 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. * Update ResolveLibraryProjectImports.cs The usage of `ITaskItem` and item metadata isn't needed on d15-9
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters