From acde31e124adaf29ce67491b8143a01ece889800 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 28 Sep 2011 17:33:11 -0700 Subject: [PATCH] may fix the build Change-Id: I065b1e6652f0e800ba5674a6d9aa954c3ac6c790 --- libs/utils/Android.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk index e4eadbd0046da..638f72f0b66a1 100644 --- a/libs/utils/Android.mk +++ b/libs/utils/Android.mk @@ -100,12 +100,8 @@ LOCAL_LDLIBS += -lpthread LOCAL_SHARED_LIBRARIES := \ libz \ liblog \ - libcutils - -ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86) -# This is needed on x86 to bring in dl_iterate_phdr for CallStack.cpp -LOCAL_SHARED_LIBRARIES += libdl -endif # linux-x86 + libcutils \ + libdl LOCAL_MODULE:= libutils include $(BUILD_SHARED_LIBRARY)