summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorArun Kumar K.R <akumarkr@codeaurora.org>2016-11-11 14:37:20 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-16 11:26:15 -0800
commit2b75da399a3cf0c1299e62bf5a6738a052928529 (patch)
tree9736b352a188bce646381a443f51bd5cee34171e /common.mk
parent9c19cdd969786ebccbc3fb7b93d7d1c9b6fbc506 (diff)
downloaddisplay-2b75da399a3cf0c1299e62bf5a6738a052928529.tar.gz
gpu_tonemapper: Include gpu tonemapper
GPU tonemapper library which is used by HWC to tone map the layers from one Gamut to another based on the 3D LUT. Change-Id: Iccaa38e40989e832fd3891a24eca494aba696d9a Crs-fixed: 1094964
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index d44a6642..6476dfdc 100644
--- a/common.mk
+++ b/common.mk
@@ -17,6 +17,7 @@ endif
common_includes := $(display_top)/libqdutils
common_includes += $(display_top)/libqservice
+common_includes += $(display_top)/gpu_tonemapper
ifneq ($(TARGET_IS_HEADLESS), true)
common_includes += $(display_top)/libcopybit
endif