blob: 22464443b3d09749de183de10160334d255cbcf4 [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 }
micky3878c0d1db2021-03-26 14:14:43 +01006 Healthd_enable_tricolor_led struct {
7 Cflags []string
8 }
maxwen2d97b192019-11-24 23:39:33 +01009 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 }
TheScarastice9414302020-05-25 10:09:14 +000031 Target_surfaceflinger_fod_lib struct {
32 Cflags []string
33 Whole_static_libs []string
34 }
maxwen7da0b472020-10-03 17:54:28 +020035 Target_vold_vendor_lib struct {
36 Static_libs []string
37 Cflags []string
38 }
Simon Shields8a283642017-08-23 12:03:36 +100039}
40
41type ProductVariables struct {
maxwen2d97b192019-11-24 23:39:33 +010042 Healthd_use_battery_info *bool `json:",omitempty"`
micky3878c0d1db2021-03-26 14:14:43 +010043 Healthd_enable_tricolor_led *bool `json:",omitempty"`
maxwen2d97b192019-11-24 23:39:33 +010044 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"`
maxwen7da0b472020-10-03 17:54:28 +020052 Target_surfaceflinger_fod_lib *string `json:",omitempty"`
53 Target_vold_vendor_lib *string `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100054}