am ad593476: am 23604216: am 45d19989: am 4b60b014: Merge "Switch to use elfutils 0.153"

* commit 'ad593476a8674ff86d85512eab1c98828be2313b':
  Switch to use elfutils 0.153
This commit is contained in:
Ben Cheng
2014-01-09 21:36:30 +00:00
committed by Android Git Automerger

View File

@@ -37,10 +37,10 @@ ifdef cur_platform
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := elftree LOCAL_MODULE := elftree
LOCAL_SRC_FILES := elftree.c LOCAL_SRC_FILES := elftree.c
LOCAL_C_INCLUDES := external/elfutils/libelf LOCAL_C_INCLUDES := external/elfutils/0.153/libelf
# to fix compatibility issues in elf headers across different platforms # to fix compatibility issues in elf headers across different platforms
LOCAL_CFLAGS += \ LOCAL_CFLAGS += \
-include external/elfutils/host-$(HOST_OS)-fixup/AndroidFixup.h -include external/elfutils/0.153/host-$(HOST_OS)-fixup/AndroidFixup.h
LOCAL_STATIC_LIBRARIES := libelf LOCAL_STATIC_LIBRARIES := libelf
include $(BUILD_HOST_EXECUTABLE) include $(BUILD_HOST_EXECUTABLE)