commit | 30652b3380070d2d3cce21c32aa104da9304ef13 | [log] [tgz] |
---|---|---|
author | Daniel Mentz <danielmentz@google.com> | Sat Jan 04 15:18:09 2020 -0800 |
committer | Daniel Mentz <danielmentz@google.com> | Sat Jan 04 15:25:42 2020 -0800 |
tree | 6526b0f0ae146a17add33ccb2587e489cba28066 | |
parent | 99202ec0a65060514666916590c4294190a9d0db [diff] [blame] |
Add unpack_bootimg to otatools to modify boot.img unpack_bootimg in conjunction with mkbootimg can be used to re-create boot.img with a different kernel image and ramdisk. Change-Id: I9615facc9335885989772a0dd7f08217e2143a45
diff --git a/core/Makefile b/core/Makefile index c650022..67d5d3f 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -3778,6 +3778,7 @@ simg2img \ sload_f2fs \ tune2fs \ + unpack_bootimg \ update_host_simulator \ validate_target_files \ verity_signer \