Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
89ecbcf59a81fbcdf025d9c1452d894ebeb5cd77
/
.
/
build
/
soong
/
android
/
variable.go
blob: 75da6a48559e713baf03265411994bd13bcfb901 [
file
] [
log
] [
blame
]
package android
type Product_variables struct {
TargetNeedsHWCOnFirstRef struct {
Cflags []string
}
}
type ProductVariables struct {
TargetNeedsHWCOnFirstRef *bool `json:",omitempty"`
}