Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
| 2 | type Product_variables struct { |
Stefan Berger | 021c61d | 2019-04-06 10:59:29 +0200 | [diff] [blame] | 3 | Healthd_use_battery_info struct { |
| 4 | Cflags []string |
| 5 | } |
Marko Man | 83cdc3d | 2019-03-21 22:20:10 +0100 | [diff] [blame] | 6 | TargetNeedsHWCOnFirstRef struct { |
| 7 | Cflags []string |
| 8 | } |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 9 | } |
| 10 | |
| 11 | type ProductVariables struct { |
Stefan Berger | 021c61d | 2019-04-06 10:59:29 +0200 | [diff] [blame] | 12 | Healthd_use_battery_info *bool `json:",omitempty"` |
Marko Man | 83cdc3d | 2019-03-21 22:20:10 +0100 | [diff] [blame] | 13 | TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 14 | } |