Skip to content

Commit 45d1998

Browse files
Ben ChengAndroid Git Automerger
authored andcommitted
am 4b60b01: Merge "Switch to use elfutils 0.153"
* commit '4b60b0143dd26498a13efa4e8b1851b71e8581e0': Switch to use elfutils 0.153
2 parents 3053834 + 4b60b01 commit 45d1998

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)