summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2014-02-19 17:46:46 -0500
committerNaseer Ahmed <naseer@codeaurora.org>2014-02-19 17:46:46 -0500
commitc32563e6524833262cc9d8a10299a3ba42d6e9b3 (patch)
treeae01030bd1639bde1aec61c21394c916dbfd35fe /common.mk
parent07eadf7b1cf813bbdf4c4dae75f95787d966a64f (diff)
downloaddisplay-c32563e6524833262cc9d8a10299a3ba42d6e9b3.tar.gz
common: Do not link to ABL lib
The library is not used in the code. If used in the future, it can be linked to with dlopen. Change-Id: I5af0847f0838f26c3c7f39375d3f082b1d3b8a6c
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 ae4ea610..099ccf92 100644
--- a/common.mk
+++ b/common.mk
@@ -18,10 +18,6 @@ common_header_export_path := qcom/display
#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