- Notifications
You must be signed in to change notification settings - Fork564
Commit90efbb4
authored
[Xamarin.Android.Build.Tasks] Fix Aar directory resolution. (#2424)
* [Xamarin.Android.Build.Tasks] Fix Aar directory resolution.Fixed#2408As part of the speed up process when extracting resourcesfrom assemblies and Aar files, we dont re-extract ifthe stamp file is newer than the assembly.The problem with that was in the case of Aar files wewere NOT adding the `res` or `asset` directories tothe list of resolved directories when we skipped extraction.As a result we got less `res` directories on a secondbuild.This commit fixes that.* Add Unit Test* Fix Compile Error1 parent6401d0a commit90efbb4
File tree
2 files changed
+19
-1
lines changed- src/Xamarin.Android.Build.Tasks
- Tasks
- Tests/Xamarin.Android.Build.Tests
2 files changed
+19
-1
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
401 | 408 | | |
| 409 | + | |
402 | 410 | | |
403 | 411 | | |
404 | 412 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2081 | 2081 | | |
2082 | 2082 | | |
2083 | 2083 | | |
| 2084 | + | |
2084 | 2085 | | |
| 2086 | + | |
2085 | 2087 | | |
2086 | 2088 | | |
2087 | 2089 | | |
| |||
2092 | 2094 | | |
2093 | 2095 | | |
2094 | 2096 | | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
2095 | 2101 | | |
2096 | 2102 | | |
2097 | 2103 | | |
2098 | 2104 | | |
2099 | 2105 | | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
2100 | 2110 | | |
2101 | 2111 | | |
2102 | 2112 | | |
| |||
0 commit comments
Comments
(0)