summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2013-11-21 16:36:27 -0800
committerBen Cheng <bccheng@google.com>2013-11-21 16:36:27 -0800
commit75c68c9c53cef57b159290bc88693a5790216bc4 (patch)
treeabab5e6749c9361eb94224c66e83eb02a8039de6 /tools
parentfaab12a0586cf4afef6fe2607bcba394c53b1d1d (diff)
Switch to use elfutils 0.153
Change-Id: Ie6ee5911949f6d32f39f1f8800ddf41550dedd95
Diffstat (limited to 'tools')
-rw-r--r--tools/elftree/Android.mk4
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)