Skip to content

Commit ec37a4a

Browse files
committed
[build] Don't build the Android* projects.
The Android* projects are somewhat vestigial, in that Xamarin.Android 6.1's Mono.Andriod.dll now uses Java.Interop.dll, so the need for "intra-Java.Interop Xamarin.Android support" is gone. (That's also the purpose of the XAIntegrationDebug and XAIntegrationRelease configurations). Additionally, we don't want to require Xamarin.Android to be installed on Jenkins. :-) Keep the projects, but remove them from the Debug and Release configurations so that they won't be built.
1 parent 3bf9326 commit ec37a4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Java.Interop.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,9 @@ Global
174174
{5887B410-D448-4257-A46B-EAC03C80BE93}.Release|x86.ActiveCfg = Release|Any CPU
175175
{5887B410-D448-4257-A46B-EAC03C80BE93}.Release|x86.Build.0 = Release|Any CPU
176176
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
177-
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Debug|Any CPU.Build.0 = Debug|Any CPU
178177
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Debug|x86.ActiveCfg = Debug|Any CPU
179178
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Debug|x86.Build.0 = Debug|Any CPU
180179
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
181-
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Release|Any CPU.Build.0 = Release|Any CPU
182180
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Release|x86.ActiveCfg = Release|Any CPU
183181
{5FBF138D-1119-4C29-99E1-E928B5209D06}.Release|x86.Build.0 = Release|Any CPU
184182
{6410DA0F-5E14-4FC0-9AEE-F4C542C96C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
@@ -298,11 +296,9 @@ Global
298296
{BB0AB9F7-0979-41A7-B7A9-877260655F94}.Release|x86.ActiveCfg = Release|Any CPU
299297
{BB0AB9F7-0979-41A7-B7A9-877260655F94}.Release|x86.Build.0 = Release|Any CPU
300298
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
301-
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
302299
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Debug|x86.ActiveCfg = Debug|Any CPU
303300
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Debug|x86.Build.0 = Debug|Any CPU
304301
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
305-
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Release|Any CPU.Build.0 = Release|Any CPU
306302
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Release|x86.ActiveCfg = Release|Any CPU
307303
{C5176170-4025-4A87-B143-11DC64F9BDD1}.Release|x86.Build.0 = Release|Any CPU
308304
{C9FA4492-DEB0-4932-A6B8-E2C4E0581692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU

0 commit comments

Comments
 (0)