diff options
author | 2025-02-12 15:34:12 -0800 | |
---|---|---|
committer | 2025-02-12 15:34:12 -0800 | |
commit | a144ce915bcc120235c776f2cfc869e857e385ab (patch) | |
tree | f54e8dafe3689ec547c4eca5013f73e1410bd0c9 /android/variable.go | |
parent | 7fc69e2ea259636c9c9e70f47736a55bc15ade2a (diff) | |
parent | 3a43e39fa226d2631960a14d330b4774c4c6fdf0 (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.go | 2 |
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"` |