blob: 781f3bf8386c9938db959d619b7f5daad17f8d9f [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 }
Adrian DCae509e42018-02-18 14:51:05 +01006 Target_shim_libs struct {
7 Cppflags []string
8 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -07009 Uses_generic_camera_parameter_library struct {
10 Srcs []string
11 }
Arne Coucheron73296f12017-12-27 11:36:09 +010012 Uses_qcom_bsp_legacy struct {
13 Cppflags []string
14 }
Simon Shields4ed46052017-08-23 12:03:36 +100015}
16
17type ProductVariables struct {
Adrian DCcf7f7d42017-07-24 14:05:30 +020018 Needs_text_relocations *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010019 Specific_camera_parameter_library *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010020 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010021 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
22 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100023}