sdm429w: bringup: LW.UM.1.1: disable wlan prima module for compilation

compilation issues because of kernel version changed to 4.14
so disable wlan prima module for compilation.

Change-Id: I543d6c57157d3b55eb6484fef9db3a11f1c5351b
diff --git a/Android.mk b/Android.mk
index 43ccc6c..c9ad61f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,9 +11,11 @@
 
 # Build/Package options for 8916, 8974, 8226, 8610, 8909, 8952, 8937, 8953 targets
 ifneq (,$(filter msm8916 msm8974 msm8226 msm8610 msm8909 msm8952 msm8937 msm8953 titanium,$(TARGET_BOARD_PLATFORM)))
+ifneq ($(TARGET_SUPPORTS_ANDROID_WEAR_KERNEL_4_14),true)
 WLAN_CHIPSET := pronto
 WLAN_SELECT := CONFIG_PRONTO_WLAN=m
 endif
+endif
 
 # Build/Package only in case of supported target
 ifneq ($(WLAN_CHIPSET),)