Merge "Support enabling overflow sanitization by path." am: c1fecc2dfa am: a613b55860

am: cbc5232329

Change-Id: I99e120a4e5442bf2715ffce7f2ac69c60085140b
This commit is contained in:
Ivan Lozano
2018-01-19 16:07:51 +00:00
committed by android-build-merger
3 changed files with 29 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ type productVariables struct {
MinimizeJavaDebugInfo *bool `json:",omitempty"`
IntegerOverflowExcludePaths *[]string `json:",omitempty"`
IntegerOverflowIncludePaths *[]string `json:",omitempty"`
EnableCFI *bool `json:",omitempty"`
CFIExcludePaths *[]string `json:",omitempty"`