summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorShalaj Jain <shalajj@codeaurora.org>2015-04-22 16:52:03 -0700
committerShalaj Jain <shalajj@codeaurora.org>2015-04-24 11:52:48 -0700
commit3c49041532a65c71ae75281cf0e853aee3098a79 (patch)
treed3b6f2cd28162f2209c1d08201b7df158b25b4ed /common.mk
parentcdc229e2a62f347bccf1686714537460e19050f9 (diff)
downloaddisplay-3c49041532a65c71ae75281cf0e853aee3098a79.tar.gz
gralloc: Make all secure heaps and flags backward compatible
Make all content protection and secure display heaps and flags backward compatible. Honor the different requirements for master side and slave side content protection and secure display. Change-Id: I21a5170f2ae7ffd9c447e8af795e3665e673248f
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 464f2966..183ee993 100644
--- a/common.mk
+++ b/common.mk
@@ -29,6 +29,10 @@ 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
+
common_deps :=
kernel_includes :=