blob: c6dc7d7fd79d42645b16bcef97b9d2b4b243c129 [file] [log] [blame]
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Adrian DC9666f1a2017-07-24 14:04:34 +02003 Has_legacy_camera_hal1 struct {
4 Cflags []string
5 }
Adrian DC68acfeb2017-07-24 14:05:30 +02006
7 Uses_media_extensions struct {
8 Cflags []string
9 }
Adrian DC5598b612017-07-24 14:05:30 +020010
11 Needs_text_relocations struct {
12 Cppflags []string
13 }
Mister Oyster42b05022017-08-26 18:01:27 +030014
15 Mtk_hardware struct {
16 Cflags []string
17 }
Christian Oderafb0fec2017-10-25 17:49:43 +020018
19 Cant_reallocate_omx_buffers struct {
20 Cflags []string
21 }
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100022}
23
24type ProductVariables struct {
Adrian DC9666f1a2017-07-24 14:04:34 +020025 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Adrian DC68acfeb2017-07-24 14:05:30 +020026 Uses_media_extensions *bool `json:",omitempty"`
Adrian DC5598b612017-07-24 14:05:30 +020027 Needs_text_relocations *bool `json:",omitempty"`
Mister Oyster42b05022017-08-26 18:01:27 +030028 Mtk_hardware *bool `json:",omitempty"`
Nick Reuter2dde6f32017-09-03 06:06:10 -050029 QTIAudioPath *string `json:",omitempty"`
30 QTIDisplayPath *string `json:",omitempty"`
31 QTIMediaPath *string `json:",omitempty"`
Christian Oderafb0fec2017-10-25 17:49:43 +020032 Cant_reallocate_omx_buffers *bool `json:",omitempty"`
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100033}