Searched refs:buildfile (Results 1 – 1 of 1) sorted by relevance
23 buildfile=''355 if [ "$buildfile" == "" ]; then357 buildfile=`\ls -1 $ROOT/$product 2>&1 | sed -n 's/\([a-z]\+-img-[0-9]\+.zip\)/\1/ p'`358 if [ "$buildfile" == "" ]; then359 log_print "build file empty: $buildfile"362 if [ ! -e "$ROOT/$product/$buildfile" ]; then363 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