mirror of
https://github.com/Evolution-X-Devices/device_google_raviole
synced 2026-02-01 08:03:20 +00:00
TEST:generated blobs from artifacts. Flashed device BUG: 182332166 Change-Id: Id30463bdcad7a8e9818bc1db187c4e6f945d4d49
13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
|
|
if test $? != 0
|
|
then
|
|
echo
|
|
echo ERROR: Couldn\'t extract files. 1>&2
|
|
exit 3
|
|
else
|
|
echo
|
|
echo Files extracted successfully.
|
|
fi
|
|
exit 0
|
|
|