[build] Prevent cyclic targets from being built in parallel
[mono.git] / mcs / class / System / System.Net.Security / LocalCertificateSelectionCallback.cs
index 0cbf96fda2f404cfe61dfc0c125abc5dbe4077dd..53c829076ebe2c3af1ec7b3532b59b46a1ad8dc3 100644 (file)
@@ -31,8 +31,7 @@
 
 #if SECURITY_DEP
 
-#if MONOTOUCH
-#else
+#if !MONOTOUCH && !MONODROID
 extern alias PrebuiltSystem;
 using X509CertificateCollection = PrebuiltSystem::System.Security.Cryptography.X509Certificates.X509CertificateCollection;
 #endif