diff options
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 6a485977f..ad63eee3a 100644 --- a/android/variable.go +++ b/android/variable.go @@ -191,6 +191,8 @@ type productVariables struct {  	OdmPath     *string `json:",omitempty"`  	ProductPath *string `json:",omitempty"` +	UseClangLld *bool `json:",omitempty"` +  	ClangTidy  *bool   `json:",omitempty"`  	TidyChecks *string `json:",omitempty"`  |