blob: 0569d201b812fb9ebe09fb09a4e9451f42727f1d [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 }
Simon Shields8a283642017-08-23 12:03:36 +10009}
10
11type ProductVariables struct {
Stefan Berger021c61d2019-04-06 10:59:29 +020012 Healthd_use_battery_info *bool `json:",omitempty"`
Marko Man83cdc3d2019-03-21 22:20:10 +010013 TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
Simon Shields8a283642017-08-23 12:03:36 +100014}