diff options
| author | Ben Cheng <bccheng@google.com> | 2013-11-21 23:00:08 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-21 23:00:08 -0800 |
| commit | ad593476a8674ff86d85512eab1c98828be2313b (patch) | |
| tree | 442e4e76f56e4c96ea86ec983f2edca661f39805 /tools | |
| parent | 79b016614d60fb39023a8fb1467b64d78935a272 (diff) | |
| parent | 236042169e83cf4cf1a1bcc28cc71cd0c3744aef (diff) | |
am 23604216: am 45d19989: am 4b60b014: Merge "Switch to use elfutils 0.153"
* commit '236042169e83cf4cf1a1bcc28cc71cd0c3744aef':
Switch to use elfutils 0.153
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/elftree/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/elftree/Android.mk b/tools/elftree/Android.mk index 632727388..34ecababc 100644 --- a/tools/elftree/Android.mk +++ b/tools/elftree/Android.mk @@ -37,10 +37,10 @@ ifdef cur_platform include $(CLEAR_VARS) LOCAL_MODULE := elftree 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 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 include $(BUILD_HOST_EXECUTABLE) |
