summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorSaurabh Shah <saurshah@codeaurora.org>2013-01-23 16:52:26 +0800
committerRay Zhang <rayzhang@codeaurora.org>2013-03-23 04:53:38 +0800
commit5daeee5bcf117b10e5bce3b7ad9806056448235b (patch)
tree25a2b6d05f25465f2941187eed775f69d216509a /common.mk
parent15ccd3d679ef6c54546238f7834d1138636767a1 (diff)
downloaddisplay-5daeee5bcf117b10e5bce3b7ad9806056448235b.tar.gz
hwc: Add MetaData support in overlay path.
DONE: 1. HSIC(SPA) test. 2. IGC R/G/B channel test. 3. QSEED2 sharpening/smooth test verified through register value check. Change-Id: Ia9472f489c013df22a3411eeaac3c8d1e6e22ac0
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 360032be..f2ae8b24 100644
--- a/common.mk
+++ b/common.mk
@@ -12,10 +12,13 @@ ifeq ($(TARGET_USES_POST_PROCESSING),true)
common_includes += $(TARGET_OUT_HEADERS)/pp/inc
endif
-
#Common libraries external to display HAL
common_libs := liblog libutils libcutils libhardware
+ifeq ($(TARGET_USES_POST_PROCESSING),true)
+ common_libs += libmm-abl
+endif
+
#Common C flags
common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers
common_flags += -Werror