Merge "Add product_variables.eng.optimize.enabled"

This commit is contained in:
Treehugger Robot 2020-04-06 04:09:54 +00:00 committed by Gerrit Code Review
commit dd22225b3a
1 changed files with 3 additions and 0 deletions

View File

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