Merge "Add sanitize.address to product_variables.eng"

This commit is contained in:
Colin Cross 2018-10-31 17:45:53 +00:00 committed by Gerrit Code Review
commit b551a7775b
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ type variableProperties struct {
Lto struct {
Never *bool
}
Sanitize struct {
Address *bool
}
}
Pdk struct {