commit | 9a7f27beeadfc3cb5e4ae4a2d3da7c1f8180f74f | [log] [tgz] |
---|---|---|
author | Sushil Chauhan <sushilchauhan@codeaurora.org> | Thu Mar 07 14:34:03 2013 -0800 |
committer | Sushil Chauhan <sushilchauhan@codeaurora.org> | Thu Mar 07 19:40:02 2013 -0800 |
tree | 6273747d63915fe50c23c2117b104e6ada457747 | |
parent | 693118b54464cf032bc8c452072024cfa883d476 [diff] [blame] |
display: Enable venus support for new target. New target needs support for VENUS color format in display hal. Change-Id: I72137a3be87f3001e0455a1451c93bd00f4128a3
diff --git a/common.mk b/common.mk index 78b48dd..ecc2302 100644 --- a/common.mk +++ b/common.mk
@@ -25,7 +25,7 @@ common_flags += -D__ARM_HAVE_NEON endif -ifeq ($(TARGET_BOARD_PLATFORM), msm8974) +ifeq ($(call is-board-platform-in-list, msm8974 msm8226), true) common_flags += -DVENUS_COLOR_FORMAT endif