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

Commit 8fa85182 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Trying to fix the build for simulator: modifying makefile to not link against libdl.

parent e467ddc2
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -12,8 +12,12 @@ LOCAL_SHARED_LIBRARIES := \
	libnativehelper \
	libmedia \
	libutils \
	libcutils \
	libcutils

ifneq ($(TARGET_SIMULATOR),true)
LOCAL_SHARED_LIBRARIES += \
	libdl
endif


LOCAL_MODULE:= libttssynthproxy