Fixes EtherollApp build

Recent python-for-android changes require to:
- use the NDK r19
- update the binary output path
- update buildozer to recent master fixes
This commit is contained in:
Andre Miras 2019-11-10 11:26:24 +01:00
parent e60f06c612
commit 8ee1fa8ea9

View file

@ -105,9 +105,9 @@ Builds:
sudo:
- apt-get update || apt-get update
- apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev
output: bin/etheroll-$$VERSION$$-release-unsigned.apk
output: bin/etheroll__armeabi-v7a-$$VERSION$$-armeabi-v7a-release-unsigned.apk
srclibs:
- buildozer@586152c
- buildozer@b6981f8
prebuild:
- sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec
- sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec
@ -115,7 +115,7 @@ Builds:
-i buildozer.spec
- pip3 install --user --upgrade $$buildozer$$ Cython==0.28.6
build: PATH="$HOME/.local/bin:$PATH" buildozer android release
ndk: r17c
ndk: r19c
MaintainerNotes: |-
The build relies on buildozer master (post 0.39 release) which fixes issues