Merge changes from topic "init_boot_img"

* changes:
  Update releasetools for new init_boot.img
  Build a new init_boot.img that contains the boot ramdisk
This commit is contained in:
Devin Moore
2021-12-22 23:21:17 +00:00
committed by Gerrit Code Review
9 changed files with 160 additions and 12 deletions

View File

@@ -201,6 +201,7 @@ OPTIONS.allow_gsi_debug_sepolicy = False
AVB_FOOTER_ARGS_BY_PARTITION = {
'boot': 'avb_boot_add_hash_footer_args',
'init_boot': 'avb_init_boot_add_hash_footer_args',
'dtbo': 'avb_dtbo_add_hash_footer_args',
'product': 'avb_product_add_hashtree_footer_args',
'recovery': 'avb_recovery_add_hash_footer_args',