diff options
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/android/variable.go b/android/variable.go index 97d7d3fcf..b4ed1b7a7 100644 --- a/android/variable.go +++ b/android/variable.go @@ -197,9 +197,10 @@ type productVariables struct { CFIExcludePaths *[]string `json:",omitempty"` CFIIncludePaths *[]string `json:",omitempty"` - VendorPath *string `json:",omitempty"` - OdmPath *string `json:",omitempty"` - ProductPath *string `json:",omitempty"` + VendorPath *string `json:",omitempty"` + OdmPath *string `json:",omitempty"` + ProductPath *string `json:",omitempty"` + ProductServicesPath *string `json:",omitempty"` UseClangLld *bool `json:",omitempty"` |