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 up library project java classes (do…
…tnet#1718) Fixes: dotnet#1711 Commit a50e00b removed one of the calls to the `<ConvertResourcesCases/>` task. This was responsible for the library project layouts not being updated with the md5 generated java class names. However rather than adding the call back in we can expand the call in the `_GenerateJavaStubs` target to include the library projects. This makes more sense because that is the target in which we generate the stubs in the first place.
- Loading branch information
1 parent
6e8c117
commit bea6d21
Showing
2 changed files
with
60 additions
and
5 deletions.
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