diff options
author | 2025-02-13 14:39:04 -0800 | |
---|---|---|
committer | 2025-02-13 14:39:04 -0800 | |
commit | 5fb06582f698f8bfbb71b5c83d5a529d83a1e94c (patch) | |
tree | 90e42cd0fa6e7a05ccc936a0bd43d3eab3e38bd9 /android/variable.go | |
parent | 5deabc3a24904e0af210b190b75528da8d5bdf29 (diff) | |
parent | 0094807f15d345435811f40687d11e87e182c4d5 (diff) |
Merge "Add Ab_ota_postinstall_config prop to android_device" into main
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index aace6ed05..4e1df3cc2 100644 --- a/android/variable.go +++ b/android/variable.go @@ -666,6 +666,7 @@ type PartitionVariables struct { AbOtaUpdater bool `json:",omitempty"` AbOtaPartitions []string `json:",omitempty"` AbOtaKeys []string `json:",omitempty"` + AbOtaPostInstallConfig []string `json:",omitempty"` // Avb (android verified boot) stuff BoardAvbEnable bool `json:",omitempty"` |