IPACM: disable firewall monitor for Android

Disable firewall support on IPA for Android
platform since currently there is no such
use case.

Change-Id: Ie8a1bb2530c49cd11b727b19d43e501ae99f92c8
diff --git a/ipacm/src/IPACM_Main.cpp b/ipacm/src/IPACM_Main.cpp
index 501aa0a..8ecbbe6 100644
--- a/ipacm/src/IPACM_Main.cpp
+++ b/ipacm/src/IPACM_Main.cpp
@@ -838,7 +838,8 @@
 		}
 	}
 
-
+	/* Enable Firewall support only on MDM targets */
+#ifndef FEATURE_IPA_ANDROID
 	if (IPACM_SUCCESS == monitor_thread)
 	{
 		ret = pthread_create(&monitor_thread, NULL, firewall_monitor, NULL);
@@ -853,6 +854,7 @@
 			IPACMERR("unable to set thread name\n");
 		}
 	}
+#endif
 
 	if (IPACM_SUCCESS == ipa_driver_thread)
 	{