diff options
| author | 2020-07-29 09:51:57 -0700 | |
|---|---|---|
| committer | 2020-07-29 14:52:11 -0700 | |
| commit | 97365ee42588f88e462afffbb9ab505629a48ee9 (patch) | |
| tree | ca92434d5cf8c886269ff09e3d79f12594f23887 /android/variable.go | |
| parent | 4514d96e1856b41581f47363f4797992a7c637de (diff) | |
Introduce BOARD_KERNEL_BINARIES to soong
Bug: 161563386
Test: use it
Change-Id: I8ff429a329a9aa2a8ab6c8b4501356a84a7aead6
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 582613815..c1e1b42be 100644 --- a/android/variable.go +++ b/android/variable.go @@ -344,6 +344,8 @@ type productVariables struct { InstallExtraFlattenedApexes *bool `json:",omitempty"` BoardUsesRecoveryAsBoot *bool `json:",omitempty"` + + BoardKernelBinaries []string `json:",omitempty"` } func boolPtr(v bool) *bool { |