Add template for generating Comet vendor blobs

Also add template for generating factory image

TEST: generated images/blobs from artifacts. Flashed device

BUG: 325612343
Change-Id: I8c426d726bf627fe8e7e125a4a59392751ba55da
This commit is contained in:
Bill Yi 2024-02-29 09:54:53 -08:00
parent 775635d4c3
commit 7b4a89454e
16 changed files with 557 additions and 0 deletions

12
self-extractors/PART3 Normal file
View file

@ -0,0 +1,12 @@
if test $? != 0
then
echo
echo ERROR: Couldn\'t extract files. 1>&2
exit 3
else
echo
echo Files extracted successfully.
fi
exit 0