Skip to content

Commit acde31e

Browse files
committed
may fix the build
Change-Id: I065b1e6652f0e800ba5674a6d9aa954c3ac6c790
1 parent eec55f0 commit acde31e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

libs/utils/Android.mk

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,8 @@ LOCAL_LDLIBS += -lpthread
100100
LOCAL_SHARED_LIBRARIES := \
101101
libz \
102102
liblog \
103-
libcutils
104-
105-
ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
106-
# This is needed on x86 to bring in dl_iterate_phdr for CallStack.cpp
107-
LOCAL_SHARED_LIBRARIES += libdl
108-
endif # linux-x86
103+
libcutils \
104+
libdl
109105

110106
LOCAL_MODULE:= libutils
111107
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)