From 6c37c172c66e5b3f322fc28b16190282766ab21f Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Fri, 5 Feb 2021 18:01:15 +0800 Subject: [PATCH] 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 --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 95bac404d..fe2411226 100644 --- a/core/Makefile +++ b/core/Makefile @@ -4110,6 +4110,7 @@ INTERNAL_OTATOOLS_MODULES := \ mksquashfsimage.sh \ mkuserimg_mke2fs \ ota_from_target_files \ + repack_bootimg \ sefcontext_compile \ sgdisk \ shflags \