blob: 6a39cbde0aa4bf2433ad42a24bbc15a2fe287206 [file] [log] [blame]
Simon Shields8a283642017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Stefan Berger021c61d2019-04-06 10:59:29 +02003 Healthd_use_battery_info struct {
4 Cflags []string
5 }
Marko Man11cd8e62019-09-20 10:50:07 +02006 Healthd_enable_op_fastchg struct {
7 Cflags []string
8 }
9
Marko Man83cdc3d2019-03-21 22:20:10 +010010 TargetNeedsHWCOnFirstRef struct {
11 Cflags []string
12 }
Erfan Abdicdae4a62019-03-09 12:03:41 +020013 Uses_metadata_as_fde_key struct {
14 Cflags []string
15 }
Marko Man11cd8e62019-09-20 10:50:07 +020016 Target_init_vendor_lib struct {
Han Wangf1379312019-09-10 13:08:04 +020017 Whole_static_libs []string
Marko Man11cd8e62019-09-20 10:50:07 +020018 Cflags []string
19 }
20
Simon Shields8a283642017-08-23 12:03:36 +100021}
22
23type ProductVariables struct {
Marko Man11cd8e62019-09-20 10:50:07 +020024 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 Wangf1379312019-09-10 13:08:04 +020029 Target_init_vendor_lib *string `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100030}