Skip to content
Snippets Groups Projects
Commit 4d6a52a9 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#15052: Add -r option to adb install so that it reinstall package if already installed

parent 523c348d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ build_sflphone_android() {
ant debug
echo "Upload sflphone on the virtual device"
adb install $ANDROID_SFLPHONE_BIN
adb install -r $ANDROID_SFLPHONE_BIN
# ./adb-push-sflphone.sh
}
......@@ -125,7 +125,7 @@ build_sflphone_test_suite() {
popd
echo "Upload test suite on the virtual devices"
adb install $ANDROID_SFLPHONE_TEST_SUITE
adb install -r $ANDROID_SFLPHONE_TEST_SUITE
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment