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

Merge "Add |flash meta| command"

parents 6b6ab6fd bc5ecd8e
No related branches found
No related merge requests found
......@@ -26,6 +26,11 @@ __flash_device()
return
fi
if [[ "$1" = "meta" && -f out/target/product/$DEVICE/flash.sh ]]; then
out/target/product/$DEVICE/flash.sh -a
return
fi
if [ "$1" = "ext" ]; then
run_adb root
run_adb remount
......
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