summaryrefslogtreecommitdiffstats
path: root/0.153/libdwfl/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-15 10:49:13 -0800
committerElliott Hughes <enh@google.com>2015-02-15 10:49:13 -0800
commitdb42bd18ad7a482e080e506f47121383e19274ef (patch)
tree2bd2aa6e84c7c59fd67c3dc44ab1db0889cc92ef /0.153/libdwfl/Android.mk
parenta3bc928341d5870746585c540feb2d2186a53b01 (diff)
downloadandroid_external_elfutils-db42bd18ad7a482e080e506f47121383e19274ef.tar.gz
android_external_elfutils-db42bd18ad7a482e080e506f47121383e19274ef.tar.bz2
android_external_elfutils-db42bd18ad7a482e080e506f47121383e19274ef.zip
Clean up the libelf hacks.
Bionic has <error.h> 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
Diffstat (limited to '0.153/libdwfl/Android.mk')
-rwxr-xr-x0.153/libdwfl/Android.mk5
1 files changed, 0 insertions, 5 deletions
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