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

Commit 1fd769ce authored by Feng Qian's avatar Feng Qian
Browse files

Fix missing -lpthread in linux-sim build.

It mimics the behavior in libstagefraight/Android.mk
parent 01484957
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ LOCAL_SHARED_LIBRARIES := \
        libcutils               \
        libopencore_common

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

LOCAL_PRELINK_MODULE:= false

LOCAL_MODULE:= libstagefright_omx