summaryrefslogtreecommitdiffstats
path: root/0.153/libdw
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-17 20:52:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-17 20:52:35 +0000
commit5cb12756f3876faa52b0d4491745fc4c7adbab00 (patch)
tree2bd2aa6e84c7c59fd67c3dc44ab1db0889cc92ef /0.153/libdw
parenta3bc928341d5870746585c540feb2d2186a53b01 (diff)
parentdb42bd18ad7a482e080e506f47121383e19274ef (diff)
downloadandroid_external_elfutils-5cb12756f3876faa52b0d4491745fc4c7adbab00.tar.gz
android_external_elfutils-5cb12756f3876faa52b0d4491745fc4c7adbab00.tar.bz2
android_external_elfutils-5cb12756f3876faa52b0d4491745fc4c7adbab00.zip
Merge "Clean up the libelf hacks."
Diffstat (limited to '0.153/libdw')
-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