Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afe3d271 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Clean up libutils Android.mk"

parents 3579f043 dabdbf9a
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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