diff options
author | Cosme DomÃnguez <cosmedd@users.noreply.github.com> | 2018-07-28 21:19:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 21:19:00 +0200 |
commit | 161230f307e6e612ffb12ca3f551a9353596e15c (patch) | |
tree | c771573b8db7da7b08ffe829f890ad44067de2e6 | |
parent | 96ea2e231f8df8318bfc49251fd2a6219902b3c3 (diff) | |
parent | 0490c7f17b7a752c4a7c7061f7b139f37eeeb69b (diff) |
Merge pull request #13 from hertz1/lineage-15.1
msm8996-common: Enable interaction boost
-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 |