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 | 11cd8e6 | 2019-09-20 10:50:07 +0200 | [diff] [blame] | 6 | Healthd_enable_op_fastchg struct { |
| 7 | Cflags []string |
| 8 | } |
Marko Man | 83cdc3d | 2019-03-21 22:20:10 +0100 | [diff] [blame] | 9 | TargetNeedsHWCOnFirstRef struct { |
| 10 | Cflags []string |
| 11 | } |
Erfan Abdi | cdae4a6 | 2019-03-09 12:03:41 +0200 | [diff] [blame] | 12 | Uses_metadata_as_fde_key struct { |
| 13 | Cflags []string |
| 14 | } |
Marko Man | 11cd8e6 | 2019-09-20 10:50:07 +0200 | [diff] [blame] | 15 | Target_init_vendor_lib struct { |
Han Wang | f137931 | 2019-09-10 13:08:04 +0200 | [diff] [blame] | 16 | Whole_static_libs []string |
Marko Man | 11cd8e6 | 2019-09-20 10:50:07 +0200 | [diff] [blame] | 17 | Cflags []string |
| 18 | } |
Marko Man | de572ed | 2019-09-20 12:55:17 +0200 | [diff] [blame] | 19 | Target_camera_needs_client_info struct { |
| 20 | Cflags []string |
| 21 | } |
Marko Man | 0adbc9b | 2019-09-20 13:01:26 +0200 | [diff] [blame] | 22 | Target_motorized_camera struct { |
| 23 | Cflags []string |
| 24 | } |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | type ProductVariables struct { |
Marko Man | de572ed | 2019-09-20 12:55:17 +0200 | [diff] [blame] | 28 | Healthd_use_battery_info *bool `json:",omitempty"` |
| 29 | Healthd_enable_op_fastchg *bool `json:",omitempty"` |
| 30 | TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` |
| 31 | Uses_metadata_as_fde_key *bool `json:",omitempty"` |
| 32 | Target_use_sdclang *bool `json:",omitempty"` |
| 33 | Target_camera_needs_client_info *bool `json:",omitempty"` |
Marko Man | 0adbc9b | 2019-09-20 13:01:26 +0200 | [diff] [blame] | 34 | Target_motorized_camera *bool `json:",omitempty"` |
Marko Man | de572ed | 2019-09-20 12:55:17 +0200 | [diff] [blame] | 35 | Target_init_vendor_lib *string `json:",omitempty"` |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 36 | } |