Merge change 21727 into eclair
* changes: Fix missing -lpthread in linux-sim build.
This commit is contained in:
@@ -15,11 +15,15 @@ LOCAL_SRC_FILES:= \
|
|||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
libbinder \
|
libbinder \
|
||||||
libmedia \
|
libmedia \
|
||||||
libutils \
|
libutils \
|
||||||
libui \
|
libui \
|
||||||
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