Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_vendor_bliss
/
00c0766852764d2b18423457cae550b3e3d14f5d
/
.
/
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"`
}