Adding repack_bootimg into otatools.zip

repack_bootimg is useful to add files into a ramdisk, then repack
a boot.img. Note that mkbootimg, unpack_bootimg, lz4, minigzip, etc.,
that repack_bootimg depends are already in otatools.zip.

Bug: 174443192
Test: `m otatools-package`, unzip $OUT/otatools.zip, export $PATH
      with ./otatools/bin and checks unpack_bootimg can run
Change-Id: Id4fbf2076b50522b95ab46dfeb1e2b7115d6606d
This commit is contained in:
Bowgo Tsai 2021-02-05 18:01:15 +08:00
parent 250a0420ea
commit 6c37c172c6
1 changed files with 1 additions and 0 deletions

View File

@ -4110,6 +4110,7 @@ INTERNAL_OTATOOLS_MODULES := \
mksquashfsimage.sh \
mkuserimg_mke2fs \
ota_from_target_files \
repack_bootimg \
sefcontext_compile \
sgdisk \
shflags \