Skip to content

Commit

Permalink
Merge pull request #77 from PatriceJiang/use_freetype
Browse files Browse the repository at this point in the history
Use freetype
  • Loading branch information
PatriceJiang committed May 13, 2020
2 parents de644b1 + 131b1de commit 937c305
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 937c305

Please sign in to comment.