Rename sdm670 to sdm710
Merge and rename shared Android target paths. Change-Id: If2f47bbff5445f4de9e6b3ddb5279920fb6c9ee0
This commit is contained in:
@@ -62,12 +62,12 @@ ifeq ($(call is-board-platform-in-list,sdm845), true)
|
||||
LOCAL_SRC_FILES += power-845.c
|
||||
endif
|
||||
|
||||
ifeq ($(call is-board-platform-in-list,sdm670), true)
|
||||
LOCAL_SRC_FILES += power-670.c
|
||||
ifeq ($(call is-board-platform-in-list,sdm710), true)
|
||||
LOCAL_SRC_FILES += power-710.c
|
||||
endif
|
||||
|
||||
ifeq ($(call is-board-platform-in-list,qcs605), true)
|
||||
LOCAL_SRC_FILES += power-670.c
|
||||
LOCAL_SRC_FILES += power-710.c
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_USES_INTERACTION_BOOST),true)
|
||||
|
||||
Reference in New Issue
Block a user