[System.Core] Add back AesManaged to tvOS and watchOS profiles
authorSebastien Pouliot <sebastien@xamarin.com>
Fri, 22 Apr 2016 01:25:38 +0000 (21:25 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Fri, 22 Apr 2016 01:25:38 +0000 (21:25 -0400)
Switching maccore to use mono-4.5.0-branch introduced this bug where
AesManaged is not available in System.Core for both tvOS and watchOS
profiles (iOS is fine).

This results in unit tests failures on bots building maccore/master.

This fix the problem by importing the "main" monotouch_System.Core.
dll.sources into the other profiles - since they all share the same
feature set (in this case) and make it less likely to forget something
else in the future.

reference:
https://bugzilla.xamarin.com/show_bug.cgi?id=40570

mcs/class/System.Core/monotouch_tv_System.Core.dll.sources
mcs/class/System.Core/monotouch_watch_System.Core.dll.sources

index 7d32d44a88bd84c6036228fd2caebd01a9efbf7b..b050f33be704a921beae2be322fe8df90b6b0afe 100644 (file)
@@ -1,2 +1 @@
-#include common_System.Core.dll.sources
-#include interpreter_System.Core.dll.sources
+#include monotouch_System.Core.dll.sources
index 7d32d44a88bd84c6036228fd2caebd01a9efbf7b..b050f33be704a921beae2be322fe8df90b6b0afe 100644 (file)
@@ -1,2 +1 @@
-#include common_System.Core.dll.sources
-#include interpreter_System.Core.dll.sources
+#include monotouch_System.Core.dll.sources