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

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

another attempt to fix the sim

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

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

include $(BUILD_SHARED_LIBRARY)