mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-28 13:46:21 +00:00
Install&Run apk should not be silent
This commit is contained in:
parent
0093475037
commit
b298ea43cf
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -455,7 +455,7 @@ uninstall:
|
||||||
adb uninstall $(PACKAGE_NAME)
|
adb uninstall $(PACKAGE_NAME)
|
||||||
|
|
||||||
install-apk:
|
install-apk:
|
||||||
$(ANT) installd
|
ant installd
|
||||||
|
|
||||||
release: update-project
|
release: update-project
|
||||||
$(ANT) clean
|
$(ANT) clean
|
||||||
|
|
@ -465,7 +465,7 @@ release: update-project
|
||||||
$(ANT) release
|
$(ANT) release
|
||||||
|
|
||||||
run-linphone:
|
run-linphone:
|
||||||
$(ANT) run
|
ant run
|
||||||
|
|
||||||
run-liblinphone-tests: liblinphone_tester
|
run-liblinphone-tests: liblinphone_tester
|
||||||
$(MAKE) -C liblinphone_tester run-all-tests
|
$(MAKE) -C liblinphone_tester run-all-tests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue