We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3053834 + 4b60b01 commit 45d1998Copy full SHA for 45d1998
tools/elftree/Android.mk
@@ -37,10 +37,10 @@ ifdef cur_platform
37
include $(CLEAR_VARS)
38
LOCAL_MODULE := elftree
39
LOCAL_SRC_FILES := elftree.c
40
-LOCAL_C_INCLUDES := external/elfutils/libelf
+LOCAL_C_INCLUDES := external/elfutils/0.153/libelf
41
# to fix compatibility issues in elf headers across different platforms
42
LOCAL_CFLAGS += \
43
- -include external/elfutils/host-$(HOST_OS)-fixup/AndroidFixup.h
+ -include external/elfutils/0.153/host-$(HOST_OS)-fixup/AndroidFixup.h
44
LOCAL_STATIC_LIBRARIES := libelf
45
include $(BUILD_HOST_EXECUTABLE)
46
0 commit comments