Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
2 | type Product_variables struct { | ||||
Marko Man | 83cdc3d | 2019-03-21 22:20:10 +0100 | [diff] [blame^] | 3 | TargetNeedsHWCOnFirstRef struct { |
4 | Cflags []string | ||||
5 | } | ||||
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 6 | } |
7 | |||||
8 | type ProductVariables struct { | ||||
Marko Man | 83cdc3d | 2019-03-21 22:20:10 +0100 | [diff] [blame^] | 9 | TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 10 | } |