From bfe690809355555cb522e0b01999c12209a4ec51 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 15 Feb 2015 11:51:16 -0800 Subject: [PATCH] Use the exported elfutils headers. Change-Id: I792507de67da32fe9a5db55760e9a81070c7e721 --- tools/elftree/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/elftree/Android.mk b/tools/elftree/Android.mk index 0c9032bbc..7e84f989f 100644 --- a/tools/elftree/Android.mk +++ b/tools/elftree/Android.mk @@ -19,7 +19,6 @@ ifeq ($(HOST_OS),linux) include $(CLEAR_VARS) LOCAL_MODULE := elftree LOCAL_SRC_FILES := elftree.c -LOCAL_C_INCLUDES := external/elfutils/0.153/libelf LOCAL_STATIC_LIBRARIES := libelf include $(BUILD_HOST_EXECUTABLE)