增加用户名登录

This commit is contained in:
2026-02-24 21:53:24 +08:00
parent f36d6cb9e9
commit 9ae4e8e614
23 changed files with 388 additions and 110 deletions

View File

@@ -1,10 +1,13 @@
LOCAL_PATH := $(call my-dir)
######################################################################
# TencentLocation - only available for 32-bit ABIs
ifneq ($(TARGET_ARCH_ABI),arm64-v8a)
include $(CLEAR_VARS)
LOCAL_MODULE := libtencentloc
LOCAL_SRC_FILES := ../../libs/TencentLocation/$(TARGET_ARCH_ABI)/libtencentloc.so
include $(PREBUILT_SHARED_LIBRARY)
endif
#######################################################################
include $(CLEAR_VARS)
@@ -78,7 +81,9 @@ LOCAL_LDFLAGS := -Wl,--allow-multiple-definition
LOCAL_STATIC_LIBRARIES := cocos2dx_static
LOCAL_STATIC_LIBRARIES += android_support
ifneq ($(TARGET_ARCH_ABI),arm64-v8a)
LOCAL_STATIC_LIBRARIES += libtencentloc
endif
# _COCOS_LIB_ANDROID_BEGIN
# _COCOS_LIB_ANDROID_END