summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-10-19 00:31:05 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-10-19 00:31:05 -0700
commita2b4df7ac435559178876b9ff4c7a9d189e84d2e (patch)
tree3d52f962d2e2224eb9507ac340cca1850ff6dbc5 /common.mk
parentebe2c491b3b8f0cc88d635b1ce995134ccebc1cb (diff)
parent103f6669f4ef55fcd6b9495eb42b989f49f9410f (diff)
downloaddisplay-a2b4df7ac435559178876b9ff4c7a9d189e84d2e.tar.gz
Merge "hqd: Use MSM_VIDC_TARGET_LIST for Venus color format"
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index ae6c95ae..5a7e81fa 100644
--- a/common.mk
+++ b/common.mk
@@ -25,9 +25,12 @@ ifeq ($(ARCH_ARM_HAVE_NEON),true)
common_flags += -D__ARM_HAVE_NEON
endif
+ifeq ($(call is-board-platform-in-list, $(MSM_VIDC_TARGET_LIST)), true)
+ common_flags += -DVENUS_COLOR_FORMAT
+endif
+
ifeq ($(call is-board-platform-in-list, msm8974 msm8226 msm8610 apq8084 \
mpq8092 msm_bronze msm8916 msm8994), true)
- common_flags += -DVENUS_COLOR_FORMAT
common_flags += -DMDSS_TARGET
endif