From 022255bfad310919053c42852ad790f6b9da1ac7 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 3 Feb 2018 14:16:53 +0000 Subject: [PATCH] msm8976-common: Enable interaction boost * This is no longer done unconditionally because it breaks EAS'ed devices. Change-Id: I6b93136b77c97014d2ccbe61aad252fc45825050 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 12e58a3..7c7526d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -175,6 +175,7 @@ TARGET_PER_MGR_ENABLED := true # Power TARGET_HAS_NO_WIFI_STATS := true +TARGET_USES_INTERACTION_BOOST := true # Properties TARGET_SYSTEM_PROP += $(VENDOR_PATH)/system.prop