diff options
author | 2025-03-21 17:49:52 +0000 | |
---|---|---|
committer | 2025-03-21 20:18:12 +0000 | |
commit | a85dbb2bef1f34f0c08d1b418ca699aed43e91f9 (patch) | |
tree | 7483acf5d2c4d7ad3d2781b32101ae159a21562c /android | |
parent | 1bf169a34ce865e686feae2a239ac6c099b56f00 (diff) |
Add some OTA related properties to android_device
These will be used to create misc_info.txt
Bug: 398036609
Test: Built and diff'd Make and Soong misc_info.txt
Change-Id: I53cd4f409c9a3a706165119c0d01f1ced5542a2b
Diffstat (limited to 'android')
-rw-r--r-- | android/variable.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index c59857ad9..7eb08a08a 100644 --- a/android/variable.go +++ b/android/variable.go @@ -721,6 +721,10 @@ type PartitionVariables struct { ReleaseToolsExtensionDir string `json:",omitempty"` + BoardPartialOtaUpdatePartitionsList []string `json:",omitempty"` + BoardFlashBlockSize string `json:",omitempty"` + BootloaderInUpdatePackage bool `json:",omitempty"` + BoardFastbootInfoFile string `json:",omitempty"` } |