summaryrefslogtreecommitdiffstats
path: root/libdw/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-06-18 10:50:37 -0700
committerElliott Hughes <enh@google.com>2013-06-18 10:50:37 -0700
commit602f5f57f6010a2e0abaea3ed242b0dca4a08b7c (patch)
treeedc97e9f7a6c1069626c10ab7978b9b42a6b7903 /libdw/Android.mk
parentcd7a9917db9ad4a4f56cca5153ea2a7b8fecfde9 (diff)
downloadandroid_external_elfutils-602f5f57f6010a2e0abaea3ed242b0dca4a08b7c.tar.gz
android_external_elfutils-602f5f57f6010a2e0abaea3ed242b0dca4a08b7c.tar.bz2
android_external_elfutils-602f5f57f6010a2e0abaea3ed242b0dca4a08b7c.zip
Don't build a broken getline when bionic has a working one.
Bug: https://code.google.com/p/android/issues/detail?id=56704 Change-Id: Iafcfe8b5aee1e1d019cc8492fdf3dc52c6126c1a
Diffstat (limited to 'libdw/Android.mk')
-rwxr-xr-xlibdw/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libdw/Android.mk b/libdw/Android.mk
index 0822ced4..1e073166 100755
--- a/libdw/Android.mk
+++ b/libdw/Android.mk
@@ -151,10 +151,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(LIBDW_SRC_FILES)
-# missing utility functions in bionic
-LOCAL_SRC_FILES += \
- ../bionic-fixup/getline.c \
-
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/.. \
$(LOCAL_PATH)/../lib \