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

Commit 6fc287b6 authored by Andy McFadden's avatar Andy McFadden
Browse files

Fix sim build (need explicit -lpthread).

parent e67651c8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,4 +18,8 @@ LOCAL_CFLAGS :=

LOCAL_SHARED_LIBRARIES := libcutils

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

include $(BUILD_SHARED_LIBRARY)