Skip to content

Commit 75c68c9

Browse files
author
Ben Cheng
committed
Switch to use elfutils 0.153
Change-Id: Ie6ee5911949f6d32f39f1f8800ddf41550dedd95
1 parent faab12a commit 75c68c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/elftree/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ ifdef cur_platform
3737
include $(CLEAR_VARS)
3838
LOCAL_MODULE := elftree
3939
LOCAL_SRC_FILES := elftree.c
40-
LOCAL_C_INCLUDES := external/elfutils/libelf
40+
LOCAL_C_INCLUDES := external/elfutils/0.153/libelf
4141
# to fix compatibility issues in elf headers across different platforms
4242
LOCAL_CFLAGS += \
43-
-include external/elfutils/host-$(HOST_OS)-fixup/AndroidFixup.h
43+
-include external/elfutils/0.153/host-$(HOST_OS)-fixup/AndroidFixup.h
4444
LOCAL_STATIC_LIBRARIES := libelf
4545
include $(BUILD_HOST_EXECUTABLE)
4646

0 commit comments

Comments
 (0)