Browse Source

android Makefile: do not try to deploy and run

patch-4
ThomasV 4 years ago
parent
commit
842ecd2da6
  1. 2
      contrib/android/Makefile

2
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

Loading…
Cancel
Save