diff options
author | 2024-11-05 02:11:23 +0000 | |
---|---|---|
committer | 2024-11-05 02:11:23 +0000 | |
commit | 0ff28b68a643b07ff21d9bfd7a22326b83cc75b9 (patch) | |
tree | 1b861cbc6cedb0a14f593a33a3eb7800ef9f1edd /android/variable.go | |
parent | 45aeb5f9c08ae74dfb070640289721bbf1e81194 (diff) | |
parent | 5e336426d14d514e90146e32070f40c0b54213b9 (diff) |
Merge "Autogenerate a system_dlkm android_filesystem" into main
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index a4ee88624..df9db7c22 100644 --- a/android/variable.go +++ b/android/variable.go @@ -605,6 +605,9 @@ type PartitionVariables struct { ProductLinkerConfigSrcs []string `json:",omitempty"` ProductCopyFiles map[string]string `json:",omitempty"` + + BuildingSystemDlkmImage bool `json:",omitempty"` + SystemKernelModules []string `json:",omitempty"` } func boolPtr(v bool) *bool { |