blob: c2bb782a85b8b9fe67cb9b9abcde228e1e894ae2 [file] [log] [blame]
Simon Shields4ed46052017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Adrian DC41927e42017-07-24 14:04:34 +02003 Has_legacy_camera_hal1 struct {
4 Cflags []string
5 }
Adrian DCcf7f7d42017-07-24 14:05:30 +02006 Needs_text_relocations struct {
7 Cppflags []string
8 }
Adrian DCae509e42018-02-18 14:51:05 +01009 Target_shim_libs struct {
10 Cppflags []string
11 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070012 Uses_generic_camera_parameter_library struct {
13 Srcs []string
14 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050015 Uses_nvidia_enhancements struct {
16 Cppflags []string
17 }
Arne Coucheron73296f12017-12-27 11:36:09 +010018 Uses_qcom_bsp_legacy struct {
19 Cppflags []string
20 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070021 Uses_qti_camera_device struct {
22 Cppflags []string
23 Shared_libs []string
24 }
Simon Shields4ed46052017-08-23 12:03:36 +100025}
26
27type ProductVariables struct {
Adrian DC41927e42017-07-24 14:04:34 +020028 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Adrian DCcf7f7d42017-07-24 14:05:30 +020029 Needs_text_relocations *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010030 Specific_camera_parameter_library *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010031 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010032 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050033 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010034 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070035 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100036}