blob: 8ed22f7bc3b72b648412e08f5d0802b9e1c61975 [file] [log] [blame]
package android
type Product_variables struct {
Needs_text_relocations struct {
Cppflags []string
}
Uses_generic_camera_parameter_library struct {
Srcs []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"`
}