aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-15 12:06:53 -0800
committerElliott Hughes <enh@google.com>2015-02-15 12:06:53 -0800
commitc0bdf6d825ceb88b29cf27727fab187f43b09464 (patch)
tree797c07165c33e87c0e2d3439b845aee361b17738
parent765aa407342e050683351949282ff9e8761eca73 (diff)
downloadltrace-c0bdf6d825ceb88b29cf27727fab187f43b09464.tar.gz
Remove unnecessary manual include path entries.
We pick up elfutils and libunwind headers for free by linking the libraries. Change-Id: Icd5006766ac9dc8a208a22f762865ee60f82a455
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 580da60..b5857d8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,9 +63,6 @@ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/ \
$(LOCAL_PATH)/sysdeps/ \
$(LOCAL_PATH)/sysdeps/linux-gnu \
- external/elfutils \
- external/elfutils/0.153/libelf \
- external/libunwind/include \
arm_path := sysdeps/linux-gnu/arm
LOCAL_C_INCLUDES_arm := $(LOCAL_PATH)/$(arm_path)