blob: da8ed0e6e68320ed476d44efe45a9661c6813c53 [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 }
TheScarastice9414302020-05-25 10:09:14 +000028 Target_surfaceflinger_fod_lib struct {
29 Cflags []string
30 Whole_static_libs []string
31 }
Simon Shields8a283642017-08-23 12:03:36 +100032}
33
34type ProductVariables struct {
maxwen2d97b192019-11-24 23:39:33 +010035 Healthd_use_battery_info *bool `json:",omitempty"`
36 Healthd_enable_op_fastchg *bool `json:",omitempty"`
37 TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
38 Uses_metadata_as_fde_key *bool `json:",omitempty"`
39 Target_use_sdclang *bool `json:",omitempty"`
40 Target_camera_needs_client_info *bool `json:",omitempty"`
41 Target_motorized_camera *bool `json:",omitempty"`
42 Target_init_vendor_lib *string `json:",omitempty"`
43 Target_enforce_ab_ota_partition_list *bool `json:",omitempty"`
TheScarastice9414302020-05-25 10:09:14 +000044 Target_surfaceflinger_fod_lib *string `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100045}