summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Yifan Hong <elsk@google.com> 2020-08-05 14:36:09 -0700
committer Yifan Hong <elsk@google.com> 2020-08-06 15:47:58 -0700
commit42bef8d0ccf700e6019a373681469d1b06aa3bdd (patch)
tree9c8370857952e89f1f56260d60a8b9c89f5ed727 /android/variable.go
parent217a1e406ea3b7e1cbf228d7d4d8a4f555ba482d (diff)
Add BoardKernelModuleInterfaceVersions.
This is a list of KMI versions for this board. Only gki_apex modules with matching kmi_version field is enabled. Test: build GKI apexes Bug: 162888350 Change-Id: Ieb2116b79e3985ba15155a3cb8a2c340b46473c7
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go
index c1e1b42be..8799d58cf 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -345,7 +345,8 @@ type productVariables struct {
BoardUsesRecoveryAsBoot *bool `json:",omitempty"`
- BoardKernelBinaries []string `json:",omitempty"`
+ BoardKernelBinaries []string `json:",omitempty"`
+ BoardKernelModuleInterfaceVersions []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {