Commit bb02dff
committed
[api-compatibility] Use d15-4 API definitions
The [most recent xamarin-android/master build is not green][xa564],
because of a failure in the `api-compatibility` tests:
[xa564]: https://jenkins.mono-project.com/view/Xamarin.Android/job/xamarin-android/564/
ABI BREAK IN: mscorlib.dll
<!-- start namespace System.Collections.Generic --> <div>
<h2>Namespace System.Collections.Generic</h2>
<h3>Removed Type <span class='breaking' data-is-breaking>System.Collections.Generic.CollectionExtensions</span></h3>
</div> <!-- end namespace System.Collections.Generic -->
The cause for the breakage is that
[xamarin-andorid-api-compatibility was updated for mono/2017-06][0],
and `mscorlib.dll` is incompatible between mono/2017-04 and
mono/2017-06.
[0]: xamarin/xamarin-android-api-compatibility@ed8d914
Since Xamarin.Android d15-4 and current master are both using
mono/2017-04, the result is the above "ABI BREAK" message...
*all the time*.
Update xamarin-android/master to use
[xamarin-android-api-compatibility/d15-4][1], fixing the ABI BREAK
build error.
[1]: https://github.com/xamarin/xamarin-android-api-compatibility/tree/d15-41 parent 956d427 commit bb02dff
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
0 commit comments