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 | } |
micky387 | 8c0d1db | 2021-03-26 14:14:43 +0100 | [diff] [blame] | 6 | Healthd_enable_tricolor_led struct { |
| 7 | Cflags []string |
| 8 | } |
maxwen | 2d97b19 | 2019-11-24 23:39:33 +0100 | [diff] [blame] | 9 | Healthd_enable_op_fastchg struct { |
| 10 | Cflags []string |
| 11 | } |
| 12 | TargetNeedsHWCOnFirstRef struct { |
| 13 | Cflags []string |
| 14 | } |
| 15 | Uses_metadata_as_fde_key struct { |
| 16 | Cflags []string |
| 17 | } |
| 18 | Target_init_vendor_lib struct { |
| 19 | Static_libs []string |
| 20 | Cflags []string |
| 21 | } |
| 22 | Target_camera_needs_client_info struct { |
| 23 | Cflags []string |
| 24 | } |
| 25 | Target_motorized_camera struct { |
| 26 | Cflags []string |
| 27 | } |
| 28 | Target_enforce_ab_ota_partition_list struct { |
| 29 | Cflags []string |
| 30 | } |
TheScarastic | e941430 | 2020-05-25 10:09:14 +0000 | [diff] [blame] | 31 | Target_surfaceflinger_fod_lib struct { |
| 32 | Cflags []string |
| 33 | Whole_static_libs []string |
| 34 | } |
maxwen | 7da0b47 | 2020-10-03 17:54:28 +0200 | [diff] [blame] | 35 | Target_vold_vendor_lib struct { |
| 36 | Static_libs []string |
| 37 | Cflags []string |
| 38 | } |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 39 | } |
| 40 | |
| 41 | type ProductVariables struct { |
maxwen | 2d97b19 | 2019-11-24 23:39:33 +0100 | [diff] [blame] | 42 | Healthd_use_battery_info *bool `json:",omitempty"` |
micky387 | 8c0d1db | 2021-03-26 14:14:43 +0100 | [diff] [blame] | 43 | Healthd_enable_tricolor_led *bool `json:",omitempty"` |
maxwen | 2d97b19 | 2019-11-24 23:39:33 +0100 | [diff] [blame] | 44 | Healthd_enable_op_fastchg *bool `json:",omitempty"` |
| 45 | TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` |
| 46 | Uses_metadata_as_fde_key *bool `json:",omitempty"` |
| 47 | Target_use_sdclang *bool `json:",omitempty"` |
| 48 | Target_camera_needs_client_info *bool `json:",omitempty"` |
| 49 | Target_motorized_camera *bool `json:",omitempty"` |
| 50 | Target_init_vendor_lib *string `json:",omitempty"` |
| 51 | Target_enforce_ab_ota_partition_list *bool `json:",omitempty"` |
maxwen | 7da0b47 | 2020-10-03 17:54:28 +0200 | [diff] [blame] | 52 | Target_surfaceflinger_fod_lib *string `json:",omitempty"` |
| 53 | Target_vold_vendor_lib *string `json:",omitempty"` |
Simon Shields | 8a28364 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 54 | } |