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

View File

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