Commit 285a32b
Drop dependency on DylibMono when building for Xamarin.Android
Xamarin.Android no longer uses `dlopen/dlsym` to load Mono symbols on the
runtime, instead it links libmonosgen-2.0 directly. In effect, the `DylibMono`
class and all the associated workarounds, code etc are going away. This commit
removes `DylibMono` use from `Java.Interop`1 parent 807ed48 commit 285a32b
File tree
2 files changed
+1
-34
lines changed- src/java-interop
2 files changed
+1
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | 271 | | |
279 | 272 | | |
280 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 6 | | |
31 | 7 | | |
32 | 8 | | |
| |||
39 | 15 | | |
40 | 16 | | |
41 | 17 | | |
42 | | - | |
43 | | - | |
44 | 18 | | |
45 | 19 | | |
46 | 20 | | |
| |||
0 commit comments