[Android.mk] Re-enable ICU unicode funcs
This commit is contained in:
parent
ea001374b8
commit
ab28196c95
|
@ -62,11 +62,12 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
libicuuc \
|
||||
libicui18n \
|
||||
libutils
|
||||
libutils \
|
||||
liblog
|
||||
LOCAL_C_INCLUDES += \
|
||||
$(LOCAL_PATH)/src \
|
||||
external/icu4c/common
|
||||
LOCAL_CFLAGS += -DHB_NO_MT -DHAVE_OT -DHAVE_ICU
|
||||
LOCAL_CFLAGS += -DHB_NO_MT -DHAVE_OT -DHAVE_ICU -DHAVE_ICU_BUILTIN
|
||||
LOCAL_MODULE:= libharfbuzz_ng
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
|
Loading…
Reference in New Issue