summaryrefslogtreecommitdiffstats
path: root/0.153/libdw/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/libdw/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/libdw/Android.mk')
-rwxr-xr-x0.153/libdw/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/0.153/libdw/Android.mk b/0.153/libdw/Android.mk
index c951b1f9..df14cbaf 100755
--- a/0.153/libdw/Android.mk
+++ b/0.153/libdw/Android.mk
@@ -136,13 +136,8 @@ 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 -DIS_LIBDW
-# to fix machine-dependent issues
-LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h
-
# to suppress the "pointer of type ‘void *’ used in arithmetic" warning
LOCAL_CFLAGS += -Wno-pointer-arith