summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-12-30 17:56:21 +0000
committer Jihoon Kang <jihoonkang@google.com> 2024-12-30 17:58:08 +0000
commit2b179e8488ea062ca668277097428d857eb0ce6d (patch)
tree2b8875f496f8013d38222461a3f496609dc6149b
parent7e04724866d1de291ce97f6f3c0ded21f1185daf (diff)
Do not define Avb_algorithm for autogen vendor boot partition
To align with the behavior of the make generated vendor boot partition. Test: compare ninja commands Bug: 379945468 Change-Id: I1d3c3829b5f3e1789469dff27b83f5ba2de1358c
-rw-r--r--fsgen/boot_imgs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/fsgen/boot_imgs.go b/fsgen/boot_imgs.go
index 4e8072009..c73c34537 100644
--- a/fsgen/boot_imgs.go
+++ b/fsgen/boot_imgs.go
@@ -119,7 +119,6 @@ func createVendorBootImage(ctx android.LoadHookContext, dtbImg dtbImg) bool {
Avb_mode: avbInfo.avbMode,
Avb_private_key: avbInfo.avbkeyFilegroup,
Avb_rollback_index: avbInfo.avbRollbackIndex,
- Avb_algorithm: avbInfo.avbAlgorithm,
Dtb_prebuilt: dtbPrebuilt,
Cmdline: cmdline,
Bootconfig: vendorBootConfigImg,