summaryrefslogtreecommitdiff
path: root/filesystem/bootimg.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-18 11:27:24 -0700
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-03-18 11:27:24 -0700
commit8bdd0d0f7c7a3622700d41648d84e9529cbc4169 (patch)
tree9af975da9681b3f7fe8ce51b7afb5e6dc117d2bd /filesystem/bootimg.go
parentbe6f81d61e25753eeecdb65bdf7dd2bb6d4c1a5c (diff)
parentbb15b74dfeaaa1df6e4552a8d8428a7178c0a4d7 (diff)
Merge changes If02923f6,I1e8e61df into main
* changes: Add more entries to Soong's misc_info.txt Add some OTA related entries to misc_info.txt
Diffstat (limited to 'filesystem/bootimg.go')
-rw-r--r--filesystem/bootimg.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystem/bootimg.go b/filesystem/bootimg.go
index a1c4bce58..5ab0c6899 100644
--- a/filesystem/bootimg.go
+++ b/filesystem/bootimg.go
@@ -244,6 +244,7 @@ func (b *bootimg) GenerateAndroidBuildActions(ctx android.ModuleContext) {
Bootconfig: b.getBootconfigPath(ctx),
Output: output,
PropFileForMiscInfo: b.buildPropFileForMiscInfo(ctx),
+ HeaderVersion: proptools.String(b.properties.Header_version),
})
extractedPublicKey := android.PathForModuleOut(ctx, b.partitionName()+".avbpubkey")
@@ -292,6 +293,7 @@ type BootimgInfo struct {
Bootconfig android.Path
Output android.Path
PropFileForMiscInfo android.Path
+ HeaderVersion string
}
func (b *bootimg) getKernelPath(ctx android.ModuleContext) android.Path {