blob: 08225284a527e32608aa8c3dc8f12761c9be623e [file] [log] [blame]
Simon Shields8a283642017-08-23 12:03:36 +10001package android
2type Product_variables struct {
maxwen2d97b192019-11-24 23:39:33 +01003 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 Shields8a283642017-08-23 12:03:36 +100028}
29
30type ProductVariables struct {
maxwen2d97b192019-11-24 23:39:33 +010031 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 Shields8a283642017-08-23 12:03:36 +100040}