Merge pull request #115 from PatriceJiang/v2.4-jni-dyn

V2.4 jni dyn bytecode
This commit is contained in:
江战 2020-07-30 15:49:12 +08:00 committed by GitHub
commit 3ac23e5751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View File

@ -104,11 +104,20 @@ LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libuv.a
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/$(TARGET_ARCH_ABI)/include/uv
include $(PREBUILT_STATIC_LIBRARY)
#======================================
include $(CLEAR_VARS)
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)
#======================================
include $(CLEAR_VARS)
LOCAL_MODULE := cocos2djni
LOCAL_MODULE_FILENAME := libcocos2djni
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libcocos2djni.a
include $(PREBUILT_STATIC_LIBRARY)
#======================================
#$(call import-module,android/cpufeatures)

Binary file not shown.

Binary file not shown.

BIN
android/x86/libcocos2djni.a Normal file

Binary file not shown.