power: disable interaction boost by default
Change-Id: Ieaa43587247d4916581ffd8e042829b37669cf09
This commit is contained in:
parent
a0cad8a472
commit
d758b93d64
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue