power: disable interaction boost by default

Change-Id: Ieaa43587247d4916581ffd8e042829b37669cf09
This commit is contained in:
Jake Weinstein 2016-06-12 09:16:51 -04:00
parent a0cad8a472
commit d758b93d64
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ else
LOCAL_STATIC_LIBRARIES += $(TARGET_POWER_SET_FEATURE_LIB)
endif
ifneq ($(TARGET_USES_INTERACTION_BOOST),false)
ifeq ($(TARGET_USES_INTERACTION_BOOST),true)
LOCAL_CFLAGS += -DINTERACTION_BOOST
endif