Compare commits

..
3 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
ArnoldandGitHub de644b1454 update mac/libv8_monolith.a (#81) 2020-03-19 18:23:29 +08:00
Arnold 131b1de507 add freetype 2020-01-21 15:16:15 +08:00
2 changed files with 6 additions and 0 deletions
+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)
Binary file not shown.