Skip to content

Commit

Permalink
build: qcom_target: Add sdm660
Browse files Browse the repository at this point in the history
Change-Id: I90a44e040280bd43c40b06e14f658a5cf7e30297
  • Loading branch information
moetayuko authored and LorDClockaN committed Aug 17, 2017
1 parent 8f7fc91 commit 95db738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/qcom_target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
qcom_flags += -DHAS_EXTRA_FLAC_METADATA
endif

# Enable color metadata for 8xx UM targets
ifneq ($(filter msm8996 msm8998,$(TARGET_BOARD_PLATFORM)),)
# Enable color metadata for modern UM targets
ifneq ($(filter msm8996 msm8998 sdm660,$(TARGET_BOARD_PLATFORM)),)
TARGET_USES_COLOR_METADATA := true
endif

# List of targets that use master side content protection
MASTER_SIDE_CP_TARGET_LIST := msm8996 msm8998
# List of targets that use master side content protection
MASTER_SIDE_CP_TARGET_LIST := msm8996 msm8998 sdm660

TARGET_GLOBAL_CFLAGS += $(qcom_flags)
TARGET_GLOBAL_CPPFLAGS += $(qcom_flags)
Expand Down
2 changes: 2 additions & 0 deletions core/qcom_utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ QCOM_BOARD_PLATFORMS += msm8953
QCOM_BOARD_PLATFORMS += msm8996
QCOM_BOARD_PLATFORMS += msm8998

QCOM_BOARD_PLATFORMS += sdm660

MSM7K_BOARD_PLATFORMS := msm7x30
MSM7K_BOARD_PLATFORMS += msm7x27
MSM7K_BOARD_PLATFORMS += msm7x27a
Expand Down

0 comments on commit 95db738

Please sign in to comment.