Rename sdm670 to sdm710

Merge and rename shared Android target paths.

Change-Id: If2f47bbff5445f4de9e6b3ddb5279920fb6c9ee0
This commit is contained in:
David Ng
2018-06-04 15:07:11 -07:00
parent 380452d263
commit 7cbc5af3e9
2 changed files with 3 additions and 3 deletions

View File

@@ -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)