Also add template for factory image TEST: generated images/blobs from artifacts. Flashed device BUG: 306790939 Change-Id: If795b96302f5d536534bf7d92c4fd3e684223836
12 lines
142 B
Text
12 lines
142 B
Text
|
|
if test $? != 0
|
|
then
|
|
echo
|
|
echo ERROR: Couldn\'t extract files. 1>&2
|
|
exit 3
|
|
else
|
|
echo
|
|
echo Files extracted successfully.
|
|
fi
|
|
exit 0
|
|
|