commit | 97365ee42588f88e462afffbb9ab505629a48ee9 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jul 29 09:51:57 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Jul 29 14:52:11 2020 -0700 |
tree | ca92434d5cf8c886269ff09e3d79f12594f23887 | |
parent | 4514d96e1856b41581f47363f4797992a7c637de [diff] [blame] |
Introduce BOARD_KERNEL_BINARIES to soong Bug: 161563386 Test: use it Change-Id: I8ff429a329a9aa2a8ab6c8b4501356a84a7aead6
diff --git a/android/variable.go b/android/variable.go index 5826138..c1e1b42 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -344,6 +344,8 @@ InstallExtraFlattenedApexes *bool `json:",omitempty"` BoardUsesRecoveryAsBoot *bool `json:",omitempty"` + + BoardKernelBinaries []string `json:",omitempty"` } func boolPtr(v bool) *bool {