tester/Makefile: restart adb before doing anything
This commit is contained in:
parent
d5169eaa68
commit
1cf05b4fd2
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
all:
|
||||
clean:
|
||||
killall adb
|
||||
|
||||
all: clean
|
||||
ant debug install
|
||||
|
||||
run-all-tests: all
|
||||
|
|
|
@ -9,6 +9,7 @@ else
|
|||
endif
|
||||
|
||||
clean:
|
||||
killall adb
|
||||
$(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test
|
||||
$(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone
|
||||
$(SDK_PATH)/android update test-project --path . -m ../
|
||||
|
|
Loading…
Reference in a new issue