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 | } | ||||
Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 6 | } |
7 | |||||
8 | type ProductVariables struct { | ||||
Adrian DC | 9666f1a | 2017-07-24 14:04:34 +0200 | [diff] [blame^] | 9 | Has_legacy_camera_hal1 *bool `json:",omitempty"` |
Simon Shields | faf7f3e | 2017-08-23 12:03:36 +1000 | [diff] [blame] | 10 | } |