summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorVeena Sambasivan <veenas@codeaurora.org>2015-07-04 16:13:41 -0700
committerRamanan Rajeswaran <ramanan@google.com>2015-07-06 19:27:15 -0700
commit1b14708ebbbe76073a02aad8743da49f39946c40 (patch)
treef647590ebd0912cd7452d266fc9535e263148c28 /BoardConfig.mk
parent7dc776cad00609d02677add94f199d02d0f23403 (diff)
downloadbullhead-1b14708ebbbe76073a02aad8743da49f39946c40.tar.gz
bullhead: Enable interaction boost via powerHAL
Change-Id: I0cc942fae9eadaa5bfcbeae85650ce249fa309d4 Signed-off-by: Veena Sambasivan <veenas@codeaurora.org>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index d839dee..a550870 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -121,6 +121,8 @@ BOARD_SEPOLICY_DIRS += \
TARGET_USES_64_BIT_BINDER := true
TARGET_USES_AOSP := true
+TARGET_USES_INTERACTION_BOOST := true
+
# Force camera module to be compiled only in 32-bit mode on 64-bit systems
# Once camera module can run in the native mode of the system (either
# 32-bit or 64-bit), the following line should be deleted