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