Merge "bullhead/wfc: Eanble WFC to set persist.data.iwlan.enable" into mnc-dr-dev
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b78012b..13d8503 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -62,3 +62,4 @@
 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
+$(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)
diff --git a/device.mk b/device.mk
index 8b72609..9a5eaf3 100644
--- a/device.mk
+++ b/device.mk
@@ -325,6 +325,10 @@
 PRODUCT_PROPERTY_OVERRIDES += \
     persist.radio.custom_ecc=1
 
+# IMS over WiFi
+PRODUCT_PROPERTY_OVERRIDES += \
+    persist.data.iwlan.enable=true
+
 # Request modem to send PLMN name always irrespective
 # of display condition in EFSPN.
 # RIL uses this property.