blob: 169b5fdd2b9da1a5915512e3ef50108a8dfc10ed [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 }
maxwen7da0b472020-10-03 17:54:28 +020032 Target_vold_vendor_lib struct {
33 Static_libs []string
34 Cflags []string
35 }
Simon Shields8a283642017-08-23 12:03:36 +100036}
37
38type ProductVariables struct {
maxwen2d97b192019-11-24 23:39:33 +010039 Healthd_use_battery_info *bool `json:",omitempty"`
40 Healthd_enable_op_fastchg *bool `json:",omitempty"`
41 TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
42 Uses_metadata_as_fde_key *bool `json:",omitempty"`
43 Target_use_sdclang *bool `json:",omitempty"`
44 Target_camera_needs_client_info *bool `json:",omitempty"`
45 Target_motorized_camera *bool `json:",omitempty"`
46 Target_init_vendor_lib *string `json:",omitempty"`
47 Target_enforce_ab_ota_partition_list *bool `json:",omitempty"`
maxwen7da0b472020-10-03 17:54:28 +020048 Target_surfaceflinger_fod_lib *string `json:",omitempty"`
49 Target_vold_vendor_lib *string `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100050}