lineage: qcom: Enable TARGET_USES_COLOR_METADATA for msm8937 & msm8953

* This is set in qcom device trees for all UM platforms

Change-Id: I6feb714e725e7cd81a4428d16a89954b796fac70
This commit is contained in:
Michael Bestas 2018-05-28 13:51:33 +03:00
parent 70c217a5b8
commit 132c6018fb

View file

@ -51,8 +51,8 @@ ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
# Allow building audio encoders
TARGET_USES_QCOM_MM_AUDIO := true
# Enable color metadata for modern UM targets
ifneq ($(filter msm8996 msm8998 sdm660,$(TARGET_BOARD_PLATFORM)),)
# Enable color metadata for UM platforms
ifeq ($(call is-board-platform-in-list, $(UM_3_18_FAMILY) $(UM_4_4_FAMILY)),true)
TARGET_USES_COLOR_METADATA := true
endif