Merge "Clean up libutils Android.mk"
This commit is contained in:
commit
afe3d2718b
1 changed files with 0 additions and 10 deletions
|
|
@ -53,13 +53,6 @@ host_commonCflags += -DMB_CUR_MAX=1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
host_commonLdlibs :=
|
|
||||||
|
|
||||||
ifeq ($(TARGET_OS),linux)
|
|
||||||
host_commonLdlibs += -lrt -ldl
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
# For the host
|
# For the host
|
||||||
# =====================================================
|
# =====================================================
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
@ -93,9 +86,6 @@ LOCAL_CFLAGS += -DALIGN_DOUBLE
|
||||||
endif
|
endif
|
||||||
LOCAL_CFLAGS += -Werror
|
LOCAL_CFLAGS += -Werror
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
|
||||||
external/zlib
|
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libcutils
|
libcutils
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue