Home
last modified time | relevance | path

Searched refs:buildfile (Results 1 – 1 of 1) sorted by relevance

/development/tools/labpretest/
Dlabpretest.sh23 buildfile=''
355 if [ "$buildfile" == "" ]; then
357 buildfile=`\ls -1 $ROOT/$product 2>&1 | sed -n 's/\([a-z]\+-img-[0-9]\+.zip\)/\1/ p'`
358 if [ "$buildfile" == "" ]; then
359 log_print "build file empty: $buildfile"
362 if [ ! -e "$ROOT/$product/$buildfile" ]; then
363 log_print "build file not found: ./$product/$buildfile"
366 log_print "using $ROOT/$product/$buildfile as the system image file"
369 fastboot_command update $ROOT/$product/$buildfile