updates for new version of buildozer

This commit is contained in:
ThomasV 2017-08-02 11:21:45 +02:00
parent f956363d88
commit 0d12784f1e
2 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ prepare:
fi
apk:
@make prepare
@-cd ../..; buildozer android_new debug deploy run
@-cd ../..; buildozer android debug deploy run
@make clean
release:
@make prepare
@-cd ../..; buildozer android_new release
@-cd ../..; buildozer android release
@make clean
clean:
# Cleaning up

View File

@ -117,10 +117,10 @@ android.manifest.intent_filters = gui/kivy/tools/bitcoin_intent.xml
# project.properties automatically.)
#android.library_references =
android.p4a_whitelist = lib-dynload/_csv.so
android.whitelist = lib-dynload/_csv.so
# local version that merges branch 866
android.p4a_dir = /opt/python-for-android
p4a.source_dir = /opt/python-for-android
#
# iOS specific