summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2025-02-12 15:34:12 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-12 15:34:12 -0800
commita144ce915bcc120235c776f2cfc869e857e385ab (patch)
treef54e8dafe3689ec547c4eca5013f73e1410bd0c9 /android/variable.go
parent7fc69e2ea259636c9c9e70f47736a55bc15ade2a (diff)
parent3a43e39fa226d2631960a14d330b4774c4c6fdf0 (diff)
Merge changes from topics "soong_ab_partitions.txt", "soong_otakeys.txt" into main am: 3a43e39fa2
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3492144 Change-Id: I506aa940dd36d46005dc204de6eb8c14818a5bcf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 4867067b0..aace6ed05 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -664,6 +664,8 @@ type PartitionVariables struct {
ProductVirtualAbCompressionFactor string `json:",omitempty"`
ProductVirtualAbCowVersion string `json:",omitempty"`
AbOtaUpdater bool `json:",omitempty"`
+ AbOtaPartitions []string `json:",omitempty"`
+ AbOtaKeys []string `json:",omitempty"`
// Avb (android verified boot) stuff
BoardAvbEnable bool `json:",omitempty"`