may fix the build

Change-Id: I065b1e6652f0e800ba5674a6d9aa954c3ac6c790
This commit is contained in:
Mathias Agopian 2011-09-28 17:33:11 -07:00
parent a69e7d4b77
commit 55b81b10aa
1 changed files with 2 additions and 6 deletions

View File

@ -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)