commit | 8fbc4abfb2aadbbb10c4968a845668d4d6739ec7 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sat Feb 22 14:50:53 2014 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sat Feb 22 14:50:53 2014 -0800 |
tree | 125f355f0e53fcc3bfade4b0229525736e0197b2 | |
parent | d9b4758163e2453a23e431e7247d621f36a176e8 [diff] | |
parent | c32563e6524833262cc9d8a10299a3ba42d6e9b3 [diff] |
Merge "common: Do not link to ABL lib"
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