blob: 221bf97a245f2732c202f0ea227bfef379365691 [file] [log] [blame]
Simon Shields4ed46052017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Adrian DCcf7f7d42017-07-24 14:05:30 +02003 Needs_text_relocations struct {
4 Cppflags []string
5 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -07006 Uses_generic_camera_parameter_library struct {
7 Srcs []string
8 }
Arne Coucheron73296f12017-12-27 11:36:09 +01009 Uses_qcom_bsp_legacy struct {
10 Cppflags []string
11 }
Simon Shields4ed46052017-08-23 12:03:36 +100012}
13
14type ProductVariables struct {
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070015 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
16 Specific_camera_parameter_library *string `json:",omitempty"`
Adrian DCcf7f7d42017-07-24 14:05:30 +020017 Needs_text_relocations *bool `json:",omitempty"`
Arne Coucheron73296f12017-12-27 11:36:09 +010018 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100019}