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