blob: 0569d201b812fb9ebe09fb09a4e9451f42727f1d [file] [log] [blame]
package android
type Product_variables struct {
Healthd_use_battery_info struct {
Cflags []string
}
TargetNeedsHWCOnFirstRef struct {
Cflags []string
}
}
type ProductVariables struct {
Healthd_use_battery_info *bool `json:",omitempty"`
TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
}