project: msmtitanium: Enable power on vibrator

Enable the feature of power on vibrator for msmtitanium

Change-Id: I255d0ee2731164377955335dc62e116fac005176
Signed-off-by: c_wufeng <wufeng.jiang@codeaurora.org>
diff --git a/project/msmtitanium.mk b/project/msmtitanium.mk
index fc685fd..75a9f7e 100755
--- a/project/msmtitanium.mk
+++ b/project/msmtitanium.mk
@@ -44,12 +44,16 @@
 endif
 
 #enable power on vibrator feature
-#ENABLE_PON_VIB_SUPPORT := true
+ENABLE_HAP_VIB_SUPPORT := true
 
 ifeq ($(EMMC_BOOT),1)
 DEFINES += _EMMC_BOOT=1
 endif
 
+ifeq ($(ENABLE_HAP_VIB_SUPPORT),true)
+DEFINES += PON_VIB_SUPPORT=1
+endif
+
 ifeq ($(ENABLE_PON_VIB_SUPPORT),true)
 DEFINES += PON_VIB_SUPPORT=1
 endif