From 842ecd2da67c6252358d73d72c7601764c0c9c24 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 8 Apr 2021 14:55:31 +0200 Subject: [PATCH] android Makefile: do not try to deploy and run --- contrib/android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/android/Makefile b/contrib/android/Makefile index cc9268321..a0651f469 100644 --- a/contrib/android/Makefile +++ b/contrib/android/Makefile @@ -19,7 +19,7 @@ prepare: fi apk: @make prepare - @-cd ../..; buildozer android debug deploy run + @-cd ../..; buildozer android debug @make clean release: @make prepare