am 7a35b085: Merge "Use the exported elfutils headers."

* commit '7a35b08548fbdadd43b79f98297d0d7cf2fea1c5':
  Use the exported elfutils headers.
This commit is contained in:
Elliott Hughes
2015-02-17 21:16:59 +00:00
committed by Android Git Automerger

View File

@@ -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)