blob: 8ed22f7bc3b72b648412e08f5d0802b9e1c61975 [file] [log] [blame]
Simon Shields4ed46052017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Adrian DCcf7f7d42017-07-24 14:05:30 +02003 Needs_text_relocations struct {
4 Cppflags []string
5 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -07006 Uses_generic_camera_parameter_library struct {
7 Srcs []string
8 }
Simon Shields4ed46052017-08-23 12:03:36 +10009}
10
11type ProductVariables struct {
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070012 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
13 Specific_camera_parameter_library *string `json:",omitempty"`
Adrian DCcf7f7d42017-07-24 14:05:30 +020014 Needs_text_relocations *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100015}