device/qcom/common: Rename titanium to msm8953
Change-Id: I82a017afc034e516408aacd9ff885d23ff3f67b2
This commit is contained in:
parent
0455b6e2aa
commit
026d86c20c
|
@ -43,8 +43,8 @@ ifeq ($(call is-board-platform-in-list,msm8952), true)
|
|||
LOCAL_SRC_FILES += power-8952.c
|
||||
endif
|
||||
|
||||
ifeq ($(call is-board-platform-in-list,titanium), true)
|
||||
LOCAL_SRC_FILES += power-titanium.c
|
||||
ifeq ($(call is-board-platform-in-list,msm8953), true)
|
||||
LOCAL_SRC_FILES += power-8953.c
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_USES_INTERACTION_BOOST),true)
|
||||
|
|
Loading…
Reference in New Issue