Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59183347 authored by Cindy Zhou's avatar Cindy Zhou Committed by Gerrit Code Review
Browse files

Merge "Add arch_variant support for diag"

parents b28bd8cd d3fe4928
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -169,14 +169,14 @@ type SanitizeUserProps struct {
		Cfi              *bool    `android:"arch_variant"`
		Integer_overflow *bool    `android:"arch_variant"`
		Misc_undefined   []string `android:"arch_variant"`
		No_recover       []string
	}
		No_recover       []string `android:"arch_variant"`
	} `android:"arch_variant"`

	// Sanitizers to run with flag configuration specified
	Config struct {
		// Enables CFI support flags for assembly-heavy libraries
		Cfi_assembly_support *bool `android:"arch_variant"`
	}
	} `android:"arch_variant"`

	// value to pass to -fsanitize-recover=
	Recover []string