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 | } |
Erfan Abdi | cdae4a6 | 2019-03-09 12:03:41 +0200 | [diff] [blame^] | 9 | Uses_metadata_as_fde_key struct { |
| 10 | Cflags []string |
| 11 | } |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 12 | } |
| 13 | |
| 14 | type ProductVariables struct { |
Stefan Berger | 021c61d | 2019-04-06 10:59:29 +0200 | [diff] [blame] | 15 | Healthd_use_battery_info *bool `json:",omitempty"` |
Marko Man | 83cdc3d | 2019-03-21 22:20:10 +0100 | [diff] [blame] | 16 | TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` |
Erfan Abdi | cdae4a6 | 2019-03-09 12:03:41 +0200 | [diff] [blame^] | 17 | Uses_metadata_as_fde_key *bool `json:",omitempty"` |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 18 | } |