mirror of https://github.com/axmolengine/axmol.git
[Android] By default, build single arch: arm64-v8a
This commit is contained in:
parent
6131b237b2
commit
1ca9505fdc
|
@ -31,7 +31,7 @@ PROP_TARGET_SDK_VERSION=28
|
|||
# Available architextures (armeabi-v7a | arm64-v8a | x86)
|
||||
# To build for multiple architexture, use the `:` between them
|
||||
# Example - PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a
|
||||
PROP_APP_ABI=arm64-v8a
|
||||
|
||||
# uncomment it and fill in sign information for release mode
|
||||
#RELEASE_STORE_FILE=file path of keystore
|
||||
|
|
|
@ -31,7 +31,7 @@ PROP_TARGET_SDK_VERSION=28
|
|||
# Available architextures (armeabi-v7a | arm64-v8a | x86)
|
||||
# To build for multiple architexture, use the `:` between them
|
||||
# Example - PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a
|
||||
PROP_APP_ABI=arm64-v8a
|
||||
|
||||
# uncomment it and fill in sign information for release mode
|
||||
#RELEASE_STORE_FILE=file path of keystore
|
||||
|
|
|
@ -31,7 +31,7 @@ PROP_TARGET_SDK_VERSION=28
|
|||
# Available architextures (armeabi-v7a | arm64-v8a | x86)
|
||||
# To build for multiple architexture, use the `:` between them
|
||||
# Example - PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a
|
||||
PROP_APP_ABI=arm64-v8a
|
||||
|
||||
# uncomment it and fill in sign information for release mode
|
||||
#RELEASE_STORE_FILE=file path of keystore
|
||||
|
|
|
@ -31,7 +31,7 @@ PROP_TARGET_SDK_VERSION=28
|
|||
# Available architextures (armeabi-v7a | arm64-v8a | x86)
|
||||
# To build for multiple architexture, use the `:` between them
|
||||
# Example - PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a
|
||||
PROP_APP_ABI=arm64-v8a
|
||||
|
||||
# uncomment it and fill in sign information for release mode
|
||||
#RELEASE_STORE_FILE=file path of keystore
|
||||
|
|
|
@ -31,7 +31,7 @@ PROP_TARGET_SDK_VERSION=28
|
|||
# Available architextures (armeabi-v7a | arm64-v8a | x86)
|
||||
# To build for multiple architexture, use the `:` between them
|
||||
# Example - PROP_APP_ABI=armeabi-v7a:arm64-v8a:x86
|
||||
PROP_APP_ABI=armeabi-v7a:arm64-v8a
|
||||
PROP_APP_ABI=arm64-v8a
|
||||
|
||||
# uncomment it and fill in sign information for release mode
|
||||
#RELEASE_STORE_FILE=file path of keystore
|
||||
|
|
Loading…
Reference in New Issue