blob: 221bf97a245f2732c202f0ea227bfef379365691 [file] [log] [blame]
package android
type Product_variables struct {
Needs_text_relocations struct {
Cppflags []string
}
Uses_generic_camera_parameter_library struct {
Srcs []string
}
Uses_qcom_bsp_legacy struct {
Cppflags []string
}
}
type ProductVariables struct {
Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Specific_camera_parameter_library *string `json:",omitempty"`
Needs_text_relocations *bool `json:",omitempty"`
Uses_qcom_bsp_legacy *bool `json:",omitempty"`
}