1
0

Add Qt5/QML building framework to contrib/android:

- update requirements file for building PyQt5
 - use separate .buildozer directories for qml and Kivy
 - add GUI and ARCH parameters to android/build.sh
This commit is contained in:
ThomasV
2022-03-05 09:07:45 +01:00
parent 6667a79f10
commit d91a4da557
10 changed files with 324 additions and 25 deletions

View File

@@ -125,9 +125,9 @@ if test -f "dist/$apk1"; then
info "file exists: $apk1"
else
if [ ! -z "$RELEASEMANAGER" ] ; then
./contrib/android/build.sh release
./contrib/android/build.sh kivy all release
else
./contrib/android/build.sh release-unsigned
./contrib/android/build.sh kivy all release-unsigned
mv "$apk1_unsigned" "$apk1"
mv "$apk2_unsigned" "$apk2"
fi