blob: 75da6a48559e713baf03265411994bd13bcfb901 [file] [log] [blame]
Simon Shields8a283642017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Marko Man83cdc3d2019-03-21 22:20:10 +01003 TargetNeedsHWCOnFirstRef struct {
4 Cflags []string
5 }
Simon Shields8a283642017-08-23 12:03:36 +10006}
7
8type ProductVariables struct {
Marko Man83cdc3d2019-03-21 22:20:10 +01009 TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100010}