Browse Source
android build: update buildozer/p4a/NDK
- updated p4a pulls in newer openssl (old one is no longer available from openssl.org)
- old NDK no longer available (new one is what updated p4a recommends)
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
4 additions and
4 deletions
electrum/gui/kivy/tools/Dockerfile
electrum/gui/kivy/tools/buildozer.spec
@ -18,7 +18,7 @@ RUN apt -y update -qq \
ENV ANDROID_NDK_HOME = " ${ ANDROID_HOME } /android-ndk "
ENV ANDROID_NDK_VERSION = "19b "
ENV ANDROID_NDK_VERSION = "19c "
ENV ANDROID_NDK_HOME_V = " ${ ANDROID_NDK_HOME } -r ${ ANDROID_NDK_VERSION } "
# get the latest version from https://developer.android.com/ndk/downloads/index.html
@ -154,7 +154,7 @@ RUN cd /opt \
&& cd buildozer \
&& git remote add sombernight https://github.com/SomberNight/buildozer \
&& git fetch --all \
&& git checkout 7578fea609d4445b3fed1f441813ab4c86ef0086 \
&& git checkout cceab3c2ce4b2d2d621cf2fd18227024fc2d4bca \
&& python3 -m pip install --user -e .
# install python-for-android
@ -163,7 +163,7 @@ RUN cd /opt \
&& cd python-for-android \
&& git remote add sombernight https://github.com/SomberNight/python-for-android \
&& git fetch --all \
&& git checkout 9162ec6b4af464672960f6f9bb7c481af2d01802 \
&& git checkout 5ab509ad41e2e56026174dffcf280cf1d14d54ca \
&& python3 -m pip install --user -e .
# build env vars
@ -76,7 +76,7 @@ android.api = 28
android.minapi = 21
# (str) Android NDK version to use
android.ndk = 19b
android.ndk = 19c
# (int) Android NDK API to use (optional). This is the minimum API your app will support.
android.ndk_api = 21