Compare commits

...
2 Commits
Author SHA1 Message Date
江战andGitHub 937c305809 Merge pull request #77 from PatriceJiang/use_freetype
Use freetype
2020-05-13 16:50:50 +08:00
Arnold 131b1de507 add freetype 2020-01-21 15:16:15 +08:00
+6
View File
@@ -104,5 +104,11 @@ LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libuv.a
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/$(TARGET_ARCH_ABI)/include/uv
include $(PREBUILT_STATIC_LIBRARY)
LOCAL_MODULE := cocos_freetype_static
LOCAL_MODULE_FILENAME := libfreetype
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libfreetype.a
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/$(TARGET_ARCH_ABI)/include/freetype
include $(PREBUILT_STATIC_LIBRARY)
#======================================
#$(call import-module,android/cpufeatures)