Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
| 2 | type Product_variables struct { |
Adrian DC | 9666f1a | 2017-07-24 14:04:34 +0200 | [diff] [blame] | 3 | Has_legacy_camera_hal1 struct { |
| 4 | Cflags []string |
| 5 | } |
Adrian DC | 5598b61 | 2017-07-24 14:05:30 +0200 | [diff] [blame] | 6 | Needs_text_relocations struct { |
| 7 | Cppflags []string |
| 8 | } |
Paul Keith | 283a564 | 2018-02-15 21:46:00 +0100 | [diff] [blame] | 9 | Target_shim_libs struct { |
| 10 | Cppflags []string |
| 11 | } |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 12 | 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-Tawab | 5f761b0 | 2018-03-24 11:17:49 -0700 | [diff] [blame] | 21 | Uses_qti_camera_device struct { |
| 22 | Cppflags []string |
| 23 | Shared_libs []string |
| 24 | } |
Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | type ProductVariables struct { |
Adrian DC | 9666f1a | 2017-07-24 14:04:34 +0200 | [diff] [blame] | 28 | Has_legacy_camera_hal1 *bool `json:",omitempty"` |
Adrian DC | 5598b61 | 2017-07-24 14:05:30 +0200 | [diff] [blame] | 29 | Needs_text_relocations *bool `json:",omitempty"` |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 30 | Specific_camera_parameter_library *string `json:",omitempty"` |
Paul Keith | 283a564 | 2018-02-15 21:46:00 +0100 | [diff] [blame] | 31 | Target_shim_libs *string `json:",omitempty"` |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 32 | Uses_generic_camera_parameter_library *bool `json:",omitempty"` |
Aaron Kling | 60a76ac | 2018-04-21 11:37:39 -0500 | [diff] [blame] | 33 | Uses_nvidia_enhancements *bool `json:",omitempty"` |
Simon Shields | 95566a7 | 2018-08-10 14:40:27 +1000 | [diff] [blame] | 34 | Uses_qcom_bsp_legacy *bool `json:",omitempty"` |
| 35 | Uses_qti_camera_device *bool `json:",omitempty"` |
Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 36 | } |