Skip to content
Snippets Groups Projects
Commit 5ab087b9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Wait for device to be online before flashing extensions"

parents 4059762b 2a5a7098
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ __flash_device()
if [ "$1" = "ext" ]; then
run_adb root
sleep 1
run_adb wait-for-device
run_adb remount
run_adb shell rm -r /system/b2g/distribution/
run_adb shell rm -r /data/b2g/mozilla/*.default/startupCache
......
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