Simon Shields | 4ed4605 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 1 | package android |
| 2 | type Product_variables struct { |
Adrian DC | cf7f7d4 | 2017-07-24 14:05:30 +0200 | [diff] [blame] | 3 | Needs_text_relocations struct { |
| 4 | Cppflags []string |
| 5 | } |
Rashed Abdel-Tawab | 61f5e14 | 2017-10-31 20:01:35 -0700 | [diff] [blame] | 6 | Uses_generic_camera_parameter_library struct { |
| 7 | Srcs []string |
| 8 | } |
Arne Coucheron | 73296f1 | 2017-12-27 11:36:09 +0100 | [diff] [blame] | 9 | Uses_qcom_bsp_legacy struct { |
| 10 | Cppflags []string |
| 11 | } |
Paul Keith | 10084bf | 2018-02-15 21:46:00 +0100 | [diff] [blame^] | 12 | Target_shim_libs struct { |
| 13 | Cppflags []string |
| 14 | } |
Simon Shields | 4ed4605 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 15 | } |
| 16 | |
| 17 | type ProductVariables struct { |
Rashed Abdel-Tawab | 61f5e14 | 2017-10-31 20:01:35 -0700 | [diff] [blame] | 18 | Uses_generic_camera_parameter_library *bool `json:",omitempty"` |
| 19 | Specific_camera_parameter_library *string `json:",omitempty"` |
Adrian DC | cf7f7d4 | 2017-07-24 14:05:30 +0200 | [diff] [blame] | 20 | Needs_text_relocations *bool `json:",omitempty"` |
Arne Coucheron | 73296f1 | 2017-12-27 11:36:09 +0100 | [diff] [blame] | 21 | Uses_qcom_bsp_legacy *bool `json:",omitempty"` |
Paul Keith | 10084bf | 2018-02-15 21:46:00 +0100 | [diff] [blame^] | 22 | Target_shim_libs *string `json:",omitempty"` |
Simon Shields | 4ed4605 | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 23 | } |