am 35f42237: am 401ab5ca: mako: disable periodic wakelock

* commit '35f42237a7dc862a6e528d332733176436973c54':
  mako: disable periodic wakelock
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 2516f1d..ae11cd8 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -71,6 +71,9 @@
 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/symbols/system/bin/charger_touch)
 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/bin/charger_touch)
 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/obj/NOTICE_FILES/src/system/bin/charger_touch.txt)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
 
 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
 $(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
diff --git a/device.mk b/device.mk
index c005c89..77d6a1a 100644
--- a/device.mk
+++ b/device.mk
@@ -242,6 +242,9 @@
 PRODUCT_PROPERTY_OVERRIDES += \
         debug.egl.recordable.rgba8888=1
 
+PRODUCT_PROPERTY_OVERRIDES += \
+	ro.qc.sensors.wl_dis=true
+
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
 	persist.sys.usb.config=mtp