Merge "hqd: Use MSM_VIDC_TARGET_LIST for Venus color format"
diff --git a/common.mk b/common.mk
index ae6c95a..5a7e81f 100644
--- a/common.mk
+++ b/common.mk
@@ -25,9 +25,12 @@
     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