From db42bd18ad7a482e080e506f47121383e19274ef Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 15 Feb 2015 10:49:13 -0800 Subject: Clean up the libelf hacks. Bionic has now, we haven't supported building for Darwin in a long time, and we don't need any hacks at all for Linux. Change-Id: I1c24c3756ce0b1471c84d5eef94417202a6806d1 --- 0.153/libdwfl/Android.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to '0.153/libdwfl') diff --git a/0.153/libdwfl/Android.mk b/0.153/libdwfl/Android.mk index f4172476..ca2983fa 100755 --- a/0.153/libdwfl/Android.mk +++ b/0.153/libdwfl/Android.mk @@ -61,16 +61,11 @@ LOCAL_C_INCLUDES := \ $(LOCAL_PATH)/../libdw \ $(LOCAL_PATH)/../libelf -LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup - LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -D_GNU_SOURCE # to suppress the "pointer of type ‘void *’ used in arithmetic" warning LOCAL_CFLAGS += -Wno-pointer-arith -# to fix machine-dependent issues -LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h - # Asserts are not compiled, so some debug variables appear unused. Rather than # fix, we prefer to turn off the warning locally. LOCAL_CFLAGS += -Wno-unused-but-set-variable -- cgit v1.2.3