Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c1804af authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "may fix the build"

parents 5bff6321 55b81b10
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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)