We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec55f0 commit acde31eCopy full SHA for acde31e
libs/utils/Android.mk
@@ -100,12 +100,8 @@ LOCAL_LDLIBS += -lpthread
100
LOCAL_SHARED_LIBRARIES := \
101
libz \
102
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
+ libcutils \
+ libdl
109
110
LOCAL_MODULE:= libutils
111
include $(BUILD_SHARED_LIBRARY)
0 commit comments