commit | 5c6d83b9c7f6bec7fe093a504fc05bd1ad912e5a | [log] [tgz] |
---|---|---|
author | Wei Li <weiwli@google.com> | Thu Oct 03 05:35:03 2024 +0000 |
committer | Wei Li <weiwli@google.com> | Thu Oct 03 19:54:24 2024 +0000 |
tree | fdfc1d14c65c4903712afc169b7865ae1233832d | |
parent | 323253721116cf9bd9f558ae7449494e3cebfcf6 [diff] [blame] |
Add new module type for adb_keys. Bug: 371107666 Change-Id: Ibaee842f807bc829ca615d5754851e03a4aa5548 Test: CIs
diff --git a/android/variable.go b/android/variable.go index 1aaa70a..51a239d 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -522,6 +522,8 @@ DeviceProductCompatibilityMatrixFile []string `json:",omitempty"` PartitionVarsForSoongMigrationOnlyDoNotUse PartitionVariables + + AdbKeys *string `json:",omitempty"` } type PartitionQualifiedVariablesType struct {