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

Commit 2d939020 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

another attempt to fix the sim

parent d606003a
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -54,4 +54,10 @@ ifeq ($(BOARD_HAVE_BLUETOOTH),true)
  LOCAL_C_INCLUDES += $(call include-path-for, bluez)
  LOCAL_C_INCLUDES += $(call include-path-for, bluez)
endif
endif


ifeq ($(TARGET_SIMULATOR),true)
	ifeq ($(HOST_OS),linux)
		LOCAL_LDLIBS += -lrt -lpthread
	endif
endif

include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)