Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
| 2 | type Product_variables struct { |
maxwen | 2d97b19 | 2019-11-24 23:39:33 +0100 | [diff] [blame^] | 3 | Healthd_use_battery_info struct { |
| 4 | Cflags []string |
| 5 | } |
| 6 | Healthd_enable_op_fastchg struct { |
| 7 | Cflags []string |
| 8 | } |
| 9 | TargetNeedsHWCOnFirstRef struct { |
| 10 | Cflags []string |
| 11 | } |
| 12 | Uses_metadata_as_fde_key struct { |
| 13 | Cflags []string |
| 14 | } |
| 15 | Target_init_vendor_lib struct { |
| 16 | Static_libs []string |
| 17 | Cflags []string |
| 18 | } |
| 19 | Target_camera_needs_client_info struct { |
| 20 | Cflags []string |
| 21 | } |
| 22 | Target_motorized_camera struct { |
| 23 | Cflags []string |
| 24 | } |
| 25 | Target_enforce_ab_ota_partition_list struct { |
| 26 | Cflags []string |
| 27 | } |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 28 | } |
| 29 | |
| 30 | type ProductVariables struct { |
maxwen | 2d97b19 | 2019-11-24 23:39:33 +0100 | [diff] [blame^] | 31 | Healthd_use_battery_info *bool `json:",omitempty"` |
| 32 | Healthd_enable_op_fastchg *bool `json:",omitempty"` |
| 33 | TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` |
| 34 | Uses_metadata_as_fde_key *bool `json:",omitempty"` |
| 35 | Target_use_sdclang *bool `json:",omitempty"` |
| 36 | Target_camera_needs_client_info *bool `json:",omitempty"` |
| 37 | Target_motorized_camera *bool `json:",omitempty"` |
| 38 | Target_init_vendor_lib *string `json:",omitempty"` |
| 39 | Target_enforce_ab_ota_partition_list *bool `json:",omitempty"` |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 40 | } |