am 6d587381: am afe3d271: Merge "Clean up libutils Android.mk"

* commit '6d587381de1b2d807b6e7917560d9bac43a46ba0':
  Clean up libutils Android.mk
This commit is contained in:
Elliott Hughes 2014-12-06 19:43:26 +00:00 committed by Android Git Automerger
commit f84c6a1fcd
1 changed files with 0 additions and 10 deletions

View File

@ -53,13 +53,6 @@ host_commonCflags += -DMB_CUR_MAX=1
endif
endif
host_commonLdlibs :=
ifeq ($(TARGET_OS),linux)
host_commonLdlibs += -lrt -ldl
endif
# For the host
# =====================================================
include $(CLEAR_VARS)
@ -93,9 +86,6 @@ LOCAL_CFLAGS += -DALIGN_DOUBLE
endif
LOCAL_CFLAGS += -Werror
LOCAL_C_INCLUDES += \
external/zlib
LOCAL_STATIC_LIBRARIES := \
libcutils