Updated archs statement
This commit is contained in:
parent
b60cde6e4f
commit
1f07bde5ed
|
@ -31,7 +31,7 @@ android.minapi = 27
|
||||||
android.ndk = 19b
|
android.ndk = 19b
|
||||||
android.skip_update = False
|
android.skip_update = False
|
||||||
android.accept_sdk_license = True
|
android.accept_sdk_license = True
|
||||||
android.arch = arm64-v8a
|
android.archs = arm64-v8a
|
||||||
#android.logcat_filters = *:S python:D
|
#android.logcat_filters = *:S python:D
|
||||||
|
|
||||||
services = sidebandservice:services/sidebandservice.py:foreground
|
services = sidebandservice:services/sidebandservice.py:foreground
|
||||||
|
@ -41,4 +41,4 @@ android.manifest.intent_filters = patches/intent-filter.xml
|
||||||
log_level = 2
|
log_level = 2
|
||||||
warn_on_root = 0
|
warn_on_root = 0
|
||||||
build_dir = ./.buildozer
|
build_dir = ./.buildozer
|
||||||
bin_dir = ./bin
|
bin_dir = ./bin
|
||||||
|
|
Loading…
Reference in New Issue