blob: 75da6a48559e713baf03265411994bd13bcfb901 [file] [log] [blame]
package android
type Product_variables struct {
TargetNeedsHWCOnFirstRef struct {
Cflags []string
}
}
type ProductVariables struct {
TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
}