1
0

android build: make sure to use correct pycryptodomex

note: buildozer casts all actual paths to lowercase but not the list of excluded paths...
see 182d13f102/buildozer/__init__.py (L775)
This commit is contained in:
SomberNight
2019-08-29 18:07:37 +02:00
parent 01f582cc14
commit 5f817770af

View File

@@ -23,7 +23,9 @@ source.exclude_dirs = bin, build, dist, contrib,
electrum/tests,
electrum/gui/qt,
electrum/gui/kivy/tools,
electrum/gui/kivy/theming/light
electrum/gui/kivy/theming/light,
# exclude pycryptodomex built by make_packages; android needs custom version
packages/cryptodome
# (list) List of exclusions using pattern matching
source.exclude_patterns = Makefile,setup*