summaryrefslogtreecommitdiffstats
path: root/0.153
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2013-12-06 13:53:27 -0800
committerBen Cheng <bccheng@google.com>2013-12-06 13:53:27 -0800
commita4ca252e2a2036c1c6414f3668c8b2e13cf3e6b5 (patch)
tree3e17f0896fb99f6f953b37017c19abc889f83358 /0.153
parent182fb757cf9c9988abffc8327305e35eeb9017b1 (diff)
downloadandroid_external_elfutils-a4ca252e2a2036c1c6414f3668c8b2e13cf3e6b5.tar.gz
android_external_elfutils-a4ca252e2a2036c1c6414f3668c8b2e13cf3e6b5.tar.bz2
android_external_elfutils-a4ca252e2a2036c1c6414f3668c8b2e13cf3e6b5.zip
Remove files associated with compiling linux-kernel-modules.c
Bionic doesn't have stdio_ext.h which is needed by functions in linux-kernel-modules.c and dependent ones. Since perf can be selectively disabled to use older interface, we don't need to compile these files anymore. Change-Id: I3803eefd5565a1fe607f3889c600e713954abb14
Diffstat (limited to '0.153')
-rwxr-xr-x0.153/libdwfl/Android.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/0.153/libdwfl/Android.mk b/0.153/libdwfl/Android.mk
index 7b5ba160..435e9c93 100755
--- a/0.153/libdwfl/Android.mk
+++ b/0.153/libdwfl/Android.mk
@@ -46,12 +46,7 @@ LIBDWFL_SRC_FILES := \
open.c \
relocate.c
-LOCAL_SRC_FILES := $(LIBDWFL_SRC_FILES) \
- dwfl_addrdwarf.c \
- dwfl_addrmodule.c \
- dwfl_module_report_build_id.c \
- linux-kernel-modules.c \
- segment.c
+LOCAL_SRC_FILES := $(LIBDWFL_SRC_FILES)
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/.. \