blob: b83e9536c989956456d66226b6dcf0fbd94964bf [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"`
frap1294cbc9d12019-06-12 15:03:53 +020018 Target_use_sdclang *bool `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100019}