[Android.mk] Remove -lpthread; we build with -DHB_NO_MT
This commit is contained in:
parent
9109f1e944
commit
5c6695c424
@ -73,8 +73,6 @@ LOCAL_C_INCLUDES += \
|
||||
|
||||
LOCAL_CFLAGS += -DHB_NO_MT -DHAVE_OT -DHAVE_ICU
|
||||
|
||||
LOCAL_LDLIBS += -lpthread
|
||||
|
||||
LOCAL_MODULE:= libharfbuzz_ng
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
@ -97,7 +95,6 @@ LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/src \
|
||||
external/freetype/include
|
||||
LOCAL_CFLAGS += -DHB_NO_MT -DHAVE_OT -DHAVE_UCDN -DHAVE_FREETYPE
|
||||
LOCAL_LDLIBS += -lpthread
|
||||
|
||||
LOCAL_MODULE:= libharfbuzz_ng
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user