diff options
| author | 2018-01-20 01:44:38 +0000 | |
|---|---|---|
| committer | 2018-01-20 01:44:38 +0000 | |
| commit | b7d0f523374419b09c07cf95faa3a50b037572be (patch) | |
| tree | b81112fddcb72086b4255ba4a9282792eb1d4e37 /android/variable.go | |
| parent | 17df3c1b768496f26dc5021b3854c2dcb42f6207 (diff) | |
Revert "Support enabling overflow sanitization by path."
This reverts commit 17df3c1b768496f26dc5021b3854c2dcb42f6207.
Change-Id: Id5dab777da591c24113c3048b8606547a661afdd
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go index aa751a04f..d58ed6a9f 100644 --- a/android/variable.go +++ b/android/variable.go @@ -167,7 +167,6 @@ type productVariables struct { MinimizeJavaDebugInfo *bool `json:",omitempty"` IntegerOverflowExcludePaths *[]string `json:",omitempty"` - IntegerOverflowIncludePaths *[]string `json:",omitempty"` EnableCFI *bool `json:",omitempty"` CFIExcludePaths *[]string `json:",omitempty"` |