diff options
author | hertz1 <azvedodanilo@gmail.com> | 2018-07-25 10:33:02 -0300 |
---|---|---|
committer | hertz1 <azvedodanilo@gmail.com> | 2018-07-25 10:33:02 -0300 |
commit | 0490c7f17b7a752c4a7c7061f7b139f37eeeb69b (patch) | |
tree | 10fe3a5a89fbc8aeda5ba1dbdb46079d8a684af6 /BoardConfigCommon.mk | |
parent | 9ae38ccc5dc7d7a1fa65aed467664a5007152768 (diff) |
msm8996-common: Enable interaction boost
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fed6755..8b65e93 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -166,6 +166,7 @@ TARGET_USES_MKE2FS := true # Power TARGET_HAS_NO_WIFI_STATS := true TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on" +TARGET_USES_INTERACTION_BOOST := true # QCOM BOARD_USES_QCOM_HARDWARE := true |