blob: 4b905d99d145a79d3a2b143e9722c729893cf67f [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 }
Adrian DCae509e42018-02-18 14:51:05 +01006 Target_shim_libs struct {
7 Cppflags []string
8 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -07009 Uses_generic_camera_parameter_library struct {
10 Srcs []string
11 }
Arne Coucheron73296f12017-12-27 11:36:09 +010012 Uses_qcom_bsp_legacy struct {
13 Cppflags []string
14 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070015 Uses_qti_camera_device struct {
16 Cppflags []string
17 Shared_libs []string
18 }
Simon Shields4ed46052017-08-23 12:03:36 +100019}
20
21type ProductVariables struct {
Adrian DCcf7f7d42017-07-24 14:05:30 +020022 Needs_text_relocations *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010023 Specific_camera_parameter_library *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010024 Target_shim_libs *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010025 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
26 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070027 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100028}