summaryrefslogtreecommitdiffstats
path: root/0.153/libelf
diff options
context:
space:
mode:
Diffstat (limited to '0.153/libelf')
-rwxr-xr-x0.153/libelf/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/0.153/libelf/Android.mk b/0.153/libelf/Android.mk
index 1a8f94ad..10efc642 100755
--- a/0.153/libelf/Android.mk
+++ b/0.153/libelf/Android.mk
@@ -145,16 +145,11 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../lib \
$(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
-
LOCAL_MODULE := libelf
include $(BUILD_HOST_STATIC_LIBRARY)