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

* commit 'fe7c8b693ddd8b4250cdb0dd0e5815966ddd0c20':
  Use the exported elfutils headers.
This commit is contained in:
Elliott Hughes
2015-03-21 05:52:00 +00:00
committed by Android Git Automerger

View File

@@ -19,7 +19,6 @@ ifeq ($(HOST_OS),linux)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := elftree LOCAL_MODULE := elftree
LOCAL_SRC_FILES := elftree.c LOCAL_SRC_FILES := elftree.c
LOCAL_C_INCLUDES := external/elfutils/0.153/libelf
LOCAL_STATIC_LIBRARIES := libelf LOCAL_STATIC_LIBRARIES := libelf
include $(BUILD_HOST_EXECUTABLE) include $(BUILD_HOST_EXECUTABLE)