blob: c2bb782a85b8b9fe67cb9b9abcde228e1e894ae2 [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 DC5598b612017-07-24 14:05:30 +02006 Needs_text_relocations struct {
7 Cppflags []string
8 }
Paul Keith283a5642018-02-15 21:46:00 +01009 Target_shim_libs struct {
10 Cppflags []string
11 }
Simon Shields95566a72018-08-10 14:40:27 +100012 Uses_generic_camera_parameter_library struct {
13 Srcs []string
14 }
15 Uses_nvidia_enhancements struct {
16 Cppflags []string
17 }
18 Uses_qcom_bsp_legacy struct {
19 Cppflags []string
20 }
Rashed Abdel-Tawab5f761b02018-03-24 11:17:49 -070021 Uses_qti_camera_device struct {
22 Cppflags []string
23 Shared_libs []string
24 }
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100025}
26
27type ProductVariables struct {
Adrian DC9666f1a2017-07-24 14:04:34 +020028 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Adrian DC5598b612017-07-24 14:05:30 +020029 Needs_text_relocations *bool `json:",omitempty"`
Simon Shields95566a72018-08-10 14:40:27 +100030 Specific_camera_parameter_library *string `json:",omitempty"`
Paul Keith283a5642018-02-15 21:46:00 +010031 Target_shim_libs *string `json:",omitempty"`
Simon Shields95566a72018-08-10 14:40:27 +100032 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling60a76ac2018-04-21 11:37:39 -050033 Uses_nvidia_enhancements *bool `json:",omitempty"`
Simon Shields95566a72018-08-10 14:40:27 +100034 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
35 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100036}