Switch to use elfutils 0.153

Change-Id: Ie6ee5911949f6d32f39f1f8800ddf41550dedd95
diff --git a/tools/elftree/Android.mk b/tools/elftree/Android.mk
index 6327273..34ecaba 100644
--- a/tools/elftree/Android.mk
+++ b/tools/elftree/Android.mk
@@ -37,10 +37,10 @@
 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)