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
diff --git a/common.mk b/common.mk
index ae4ea61..099ccf9 100644
--- a/common.mk
+++ b/common.mk
@@ -18,10 +18,6 @@
#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