blob: 85f7deee0e2700d110e5a8df3841f2fc9bb6d298 [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 }
Paul Keith10084bf2018-02-15 21:46:00 +010012 Target_shim_libs struct {
13 Cppflags []string
14 }
Simon Shields4ed46052017-08-23 12:03:36 +100015}
16
17type ProductVariables struct {
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070018 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
19 Specific_camera_parameter_library *string `json:",omitempty"`
Adrian DCcf7f7d42017-07-24 14:05:30 +020020 Needs_text_relocations *bool `json:",omitempty"`
Arne Coucheron73296f12017-12-27 11:36:09 +010021 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010022 Target_shim_libs *string `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100023}