Merge "Clean up libutils Android.mk"

This commit is contained in:
Elliott Hughes 2014-12-06 19:24:06 +00:00 committed by Gerrit Code Review
commit afe3d2718b

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