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

View File

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