Skip to content

Commit

Permalink
workarounds for android build
Browse files Browse the repository at this point in the history
  • Loading branch information
notmart committed Jul 15, 2020
1 parent 4c9fa11 commit 6b8d743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/android-build-apk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sudo chown -R user /home/user/src/mycroft-gui || true
build-kde-dependencies --withProject kconfig kcoreaddons kguiaddons ki18n kirigami
build-cmake lottie-qml https://github.com/kbroulik/lottie-qml

APK_ARGS=`get-apk-args mycroft-gui`
build-cmake mycroft-gui "<irrelevant>" -DCMAKE_BUILD_TYPE=Debug $APK_ARGS $@
#APK_ARGS=`get-apk-args mycroft-gui`
#build-cmake mycroft-gui "<irrelevant>" -DCMAKE_BUILD_TYPE=Debug $APK_ARGS $@
build-cmake mycroft-gui "<irrelevant>" -DCMAKE_BUILD_TYPE=Debug $@
create-apk mycroft-gui

0 comments on commit 6b8d743

Please sign in to comment.