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

Commit ac2dd4d8 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

first attempt to fix the sim

parent 3a5351e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ endif
# need "-lrt" on Linux simulator to pick up clock_gettime
ifeq ($(TARGET_SIMULATOR),true)
	ifeq ($(HOST_OS),linux)
		LOCAL_LDLIBS += -lrt
		LOCAL_LDLIBS += -lrt -lpthread
	endif
endif

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= libmedia

ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
LOCAL_LDLIBS += -ldl
LOCAL_LDLIBS += -ldl -lpthread
endif

ifneq ($(TARGET_SIMULATOR),true)