Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_vendor_bliss
/
bab7be30ed8e14be617ccfc933e3ed185b92f168
/
.
/
build
/
soong
/
android
/
variable.go
blob: c56c36b83a0ff1cda0a98443ae60582973f5d782 [
file
] [
log
] [
blame
]
package android
type Product_variables struct {
Needs_text_relocations struct {
Cppflags []string
}
}
type ProductVariables struct {
Needs_text_relocations *bool `json:",omitempty"`
}