project: msm8916: Enable the feature of long press power on

Set LONG_PRESS_POWER_ON as 1 to enable the feature of long press
power on by default.

Change-Id: I1c03eaf9ea596b1f2cb2946510c52e8938df7624
diff --git a/project/msm8916.mk b/project/msm8916.mk
index 22793b2..201f173 100644
--- a/project/msm8916.mk
+++ b/project/msm8916.mk
@@ -26,7 +26,7 @@
 DEFINES += ABOOT_FORCE_TAGS_ADDR=0x81E00000
 
 #Enable the feature of long press power on
-DEFINES += LONG_PRESS_POWER_ON=0
+DEFINES += LONG_PRESS_POWER_ON=1
 
 #Disable thumb mode
 ENABLE_THUMB := false