mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
BUG:36396200 TEST: Build an aosp_taimen-userdebug and flashed a device Change-Id: If667ab366efc99b0f695134f0430a514ba13c111
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
|
|
|