blob: 08a30ba5f4ae7efc1196eb7fee32f0a68b753481 [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 }
Adrian DC68acfeb2017-07-24 14:05:30 +02006
7 Uses_media_extensions struct {
8 Cflags []string
9 }
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100010}
11
12type ProductVariables struct {
Adrian DC9666f1a2017-07-24 14:04:34 +020013 Has_legacy_camera_hal1 *bool `json:",omitempty"`
Adrian DC68acfeb2017-07-24 14:05:30 +020014 Uses_media_extensions *bool `json:",omitempty"`
Simon Shieldsfaf7f3e2017-08-23 12:03:36 +100015}