summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-03 13:38:47 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-03 13:38:47 -0800
commit858f572f16de4b5a184c7906017984eb417e354a (patch)
tree5afe87ed48438fc4ecfff3455a0263d9c19260ee /common.mk
parent6b8e2417af7c40f90e5b67183de1c93350b69941 (diff)
parent2693a50c65da8bb660f258bb090a2da067e31340 (diff)
downloaddisplay-858f572f16de4b5a184c7906017984eb417e354a.tar.gz
Merge "gralloc: Remove conditional inclusion of msm_media_info.h"
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index 1044238c..54129bf6 100644
--- a/common.mk
+++ b/common.mk
@@ -60,10 +60,6 @@ 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, $(MASTER_SIDE_CP_TARGET_LIST)), true)
common_flags += -DMASTER_SIDE_CP
endif