Commit a197ed0
authored
Use .jar files from the .NET runtime pack (#7665)
Since dotnet/runtime#77386 has been merged, .NET will require a certain class from `libSystem.Security.Cryptography.Native.Android.jar` that will be located in the runtime pack files.
I'm not sure if this is the best way to pull the .jar from the runtimepack so feedback is welcome.
* Collect jar files from the runtime pack
* Remove invalid dependency1 parent c06ab6e commit a197ed0
File tree
1 file changed
+7
-0
lines changed- src/Xamarin.Android.Build.Tasks
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1388 | 1388 | | |
1389 | 1389 | | |
1390 | 1390 | | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
1391 | 1397 | | |
1392 | 1398 | | |
1393 | 1399 | | |
| |||
1909 | 1915 | | |
1910 | 1916 | | |
1911 | 1917 | | |
| 1918 | + | |
1912 | 1919 | | |
1913 | 1920 | | |
1914 | 1921 | | |
| |||
0 commit comments