Commit e2214d6
Add TypeMap DLLs to _ResolvedAssemblies, fix CoreCLR glob wildcards
Add TypeMap DLLs from typemap/ to _ResolvedAssemblies in _GenerateJavaStubs
so they flow through the normal assembly pipeline.
Fix CoreCLR targets: use wildcards for _Microsoft.Android.TypeMaps to
avoid adding non-existent literal paths when linked/ doesn't exist.
Note: device deployment still requires proper ILLink inner builds and
correct assembly store hash registration. The assembly count in
GenerateNativeApplicationConfigSources needs the TypeMap DLLs visible
at evaluation time, which requires further build ordering work.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a2a8977 commit e2214d6
1 file changed
Lines changed: 8 additions & 0 deletions
File tree
- src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
| |||
0 commit comments