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

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

Cleaning up makefile for libttssynthproxy for the simulator.

parent f2de5698
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -14,13 +14,10 @@ LOCAL_SHARED_LIBRARIES := \
	libutils \
	libcutils

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

ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
ifeq ($(TARGET_SIMULATOR),true)
 LOCAL_LDLIBS += -ldl
else
 LOCAL_SHARED_LIBRARIES += libdl
endif