blob: 20294a7e61de1fc4d62527cb28719dcc0970208d [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 }
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +10006}
7
8type ProductVariables struct {
Adrian DC9666f1a2017-07-24 14:04:34 +02009 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100010}