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:
parent
e60f06c612
commit
8ee1fa8ea9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue