Merge change 21727 into eclair
* changes: Fix missing -lpthread in linux-sim build.
This commit is contained in:
@@ -20,6 +20,10 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libcutils \
|
libcutils \
|
||||||
libopencore_common
|
libopencore_common
|
||||||
|
|
||||||
|
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
|
||||||
|
LOCAL_LDLIBS += -lpthread
|
||||||
|
endif
|
||||||
|
|
||||||
LOCAL_PRELINK_MODULE:= false
|
LOCAL_PRELINK_MODULE:= false
|
||||||
|
|
||||||
LOCAL_MODULE:= libstagefright_omx
|
LOCAL_MODULE:= libstagefright_omx
|
||||||
|
|||||||
Reference in New Issue
Block a user