blob: 2ff8da0d43775cd76edc546b7ea6ba29839f18c4 [file] [log] [blame]
package android
type Product_variables struct {
Has_legacy_camera_hal1 struct {
Cflags []string
}
Uses_media_extensions struct {
Cflags []string
}
Needs_text_relocations struct {
Cppflags []string
}
}
type ProductVariables struct {
Has_legacy_camera_hal1 *bool `json:",omitempty"`
Uses_media_extensions *bool `json:",omitempty"`
Needs_text_relocations *bool `json:",omitempty"`
}