diff options
author | 2025-02-12 19:36:03 +0000 | |
---|---|---|
committer | 2025-02-12 21:36:46 +0000 | |
commit | 35b7874f19b6fd5610a16997ad5e0afa871eaf24 (patch) | |
tree | dac9e8de6a2432201f94cba7c45ea54d5e175616 /android | |
parent | b5f40cf0b646a1e1868a05dfb4f8d98bcd19dd0e (diff) |
Add ab_ota_keys prop to android_device
This will be populated with PRODUCT_OTA_PUBLIC_KEYS for now.
It will be used to generate otakeys.txt file in
target_files.zip
Test: Built soong target_files.zip locally
Bug: 388633394
Change-Id: If10e0f6a7fcd55239e87dffa92341ed8c31d17cc
Diffstat (limited to 'android')
-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 419f778a3..aace6ed05 100644 --- a/android/variable.go +++ b/android/variable.go @@ -665,6 +665,7 @@ type PartitionVariables struct { 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"` |