Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_vendor_omni
/
2f450a6088474fbc1f38d1ce9b8ffeafc0c3cf39
/
.
/
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"`
}