From d1a12f9312ad73cc0116ebae6496c5d5b0370de2 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 13 Feb 2015 10:03:44 +0100 Subject: [PATCH] Install&Run apk should not be silent --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c9cbcb1f..0770e6bac 100644 --- a/Makefile +++ b/Makefile @@ -455,7 +455,7 @@ uninstall: adb uninstall $(PACKAGE_NAME) install-apk: - $(ANT) installd + ant installd release: update-project $(ANT) clean @@ -465,7 +465,7 @@ release: update-project $(ANT) release run-linphone: - $(ANT) run + ant run run-liblinphone-tests: liblinphone_tester $(MAKE) -C liblinphone_tester run-all-tests