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

Commit ef94ff4d authored by Andy McFadden's avatar Andy McFadden Committed by The Android Open Source Project
Browse files

am 6fc287b6: Fix sim build (need explicit -lpthread).

Merge commit '6fc287b6'

* commit '6fc287b6':
  Fix sim build (need explicit -lpthread).
parents 2ac16b7e 6fc287b6
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)