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

Commit 084cd826 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21727 into eclair

* changes:
  Fix missing -lpthread in linux-sim build.
parents f7064e18 1fd769ce
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