Skip to content

Commit 4b60b01

Browse files
Ben ChengGerrit Code Review
authored andcommitted
Merge "Switch to use elfutils 0.153"
2 parents c044b5e + 75c68c9 commit 4b60b01

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)