blob: 5e992ca3ecd6c9a0fc5352ab8370360ff311cbf8 [file] [log] [blame]
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Kevin F. Haggerty5ac58a62018-08-25 20:23:19 -06003 Additional_gralloc_10_usage_bits struct {
4 Cppflags []string
5 }
Adrian DC9666f1a2017-07-24 14:04:34 +02006 Has_legacy_camera_hal1 struct {
7 Cflags []string
8 }
Adrian DC5598b612017-07-24 14:05:30 +02009 Needs_text_relocations struct {
10 Cppflags []string
11 }
Paul Keith283a5642018-02-15 21:46:00 +010012 Target_shim_libs struct {
13 Cppflags []string
14 }
Simon Shields95566a72018-08-10 14:40:27 +100015 Uses_generic_camera_parameter_library struct {
16 Srcs []string
17 }
18 Uses_nvidia_enhancements struct {
19 Cppflags []string
20 }
21 Uses_qcom_bsp_legacy struct {
22 Cppflags []string
23 }
Rashed Abdel-Tawab5f761b02018-03-24 11:17:49 -070024 Uses_qti_camera_device struct {
25 Cppflags []string
26 Shared_libs []string
27 }
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100028}
29
30type ProductVariables struct {
Kevin F. Haggerty5ac58a62018-08-25 20:23:19 -060031 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Adrian DC9666f1a2017-07-24 14:04:34 +020032 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Adrian DC5598b612017-07-24 14:05:30 +020033 Needs_text_relocations *bool `json:",omitempty"`
Simon Shields95566a72018-08-10 14:40:27 +100034 Specific_camera_parameter_library *string `json:",omitempty"`
Paul Keith283a5642018-02-15 21:46:00 +010035 Target_shim_libs *string `json:",omitempty"`
Simon Shields95566a72018-08-10 14:40:27 +100036 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling60a76ac2018-04-21 11:37:39 -050037 Uses_nvidia_enhancements *bool `json:",omitempty"`
Simon Shields95566a72018-08-10 14:40:27 +100038 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
39 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100040}