blob: d2f2e5b123f0284e689cf6721f7f53208442a6f6 [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 Man83cdc3d2019-03-21 22:20:10 +01006 TargetNeedsHWCOnFirstRef struct {
7 Cflags []string
8 }
Erfan Abdicdae4a62019-03-09 12:03:41 +02009 Uses_metadata_as_fde_key struct {
10 Cflags []string
11 }
Simon Shields8a283642017-08-23 12:03:36 +100012}
13
14type ProductVariables struct {
Stefan Berger021c61d2019-04-06 10:59:29 +020015 Healthd_use_battery_info *bool `json:",omitempty"`
Marko Man83cdc3d2019-03-21 22:20:10 +010016 TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
Erfan Abdicdae4a62019-03-09 12:03:41 +020017 Uses_metadata_as_fde_key *bool `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100018}