From 8ee1fa8ea9da7d74fe417b97f4be8a6bb20be586 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sun, 10 Nov 2019 11:26:24 +0100 Subject: [PATCH] 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 --- metadata/com.github.andremiras.etheroll.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.andremiras.etheroll.yml b/metadata/com.github.andremiras.etheroll.yml index c7caa69593..a84ca812a5 100644 --- a/metadata/com.github.andremiras.etheroll.yml +++ b/metadata/com.github.andremiras.etheroll.yml @@ -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