增加用户名登录
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user