mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
updates for new version of buildozer
This commit is contained in:
parent
f956363d88
commit
0d12784f1e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue