diff options
| author | 2024-07-25 19:56:10 +0900 | |
|---|---|---|
| committer | 2024-07-25 20:15:54 +0900 | |
| commit | 036d9e6744f312afde1f4eb68f38747df27cf5f8 (patch) | |
| tree | 08ed73f3558184eeb424e2bbe0ca007ef883d262 /android/variable.go | |
| parent | 45ed4c2f9c7f625f6b127e4b18308e95d243489b (diff) | |
Conditionally pass kernel version to build.prop
This is to replicate Makefile's behavior as-is.
Bug: 322090587
Test: build and compare build command
Change-Id: Ib9ebec920701ea561a007bf2a1ae092ae1b4ff28
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 5356e8525..2abe80b10 100644 --- a/android/variable.go +++ b/android/variable.go @@ -508,6 +508,8 @@ type ProductVariables struct { ArtTargetIncludeDebugBuild *bool `json:",omitempty"` SystemPropFiles []string `json:",omitempty"` + + EnableUffdGc *string `json:",omitempty"` } type PartitionQualifiedVariablesType struct { |