Commit 2a245bb
Fix _PrepareNativeAssemblySources Outputs typo (typemaps → typemap)
The target declared Outputs as typemaps.{abi}.ll but GenerateEmptyTypemapStub
writes typemap.{abi}.ll. The mismatch caused MSBuild to always rerun the target.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9d7ac83 commit 2a245bb
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments