blob: 04aa4f5ad0b1727e5b615f1d780ddee3f6a0518e [file] [log] [blame]
Simon Shields4ed46052017-08-23 12:03:36 +10001package android
2type Product_variables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -06003 Additional_gralloc_10_usage_bits struct {
4 Cppflags []string
5 }
Michael Bestasf3f7eb22018-12-29 23:34:17 +02006 Apply_msm8974_1440p_egl_workaround struct {
7 Cflags []string
8 }
Alessandro Astonee5acfae2018-10-12 00:16:27 +02009 Bootloader_message_offset struct {
10 Cflags []string
11 }
Adrian DC41927e42017-07-24 14:04:34 +020012 Has_legacy_camera_hal1 struct {
13 Cflags []string
Alessandro Astone33e7ce82019-09-11 12:33:20 +020014 Overrides []string
15 Shared_libs []string
Adrian DC41927e42017-07-24 14:04:34 +020016 }
dianlujitao48917cc2020-05-25 18:08:31 +080017 Qcom_um_soong_namespace struct {
18 Cflags []string
19 Header_libs []string
20 }
Paul Keithfd27bb42020-05-06 19:10:03 -070021 Recovery_skip_ev_rel_input struct {
22 Cflags []string
23 }
dianlujitao119f9d12019-10-08 14:46:58 +080024 Should_wait_for_qsee struct {
Michael Bestaseb37bbb2018-08-28 20:31:16 +030025 Cflags []string
26 }
Michael Bestas8c49ba92019-09-20 01:15:25 +030027 Supports_extended_compress_format struct {
28 Cflags []string
29 }
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053030 Supports_hw_fde struct {
31 Cflags []string
32 Header_libs []string
33 Shared_libs []string
34 }
35 Supports_hw_fde_perf struct {
36 Cflags []string
37 }
dianlujitaof646fd72020-05-25 18:20:26 +080038 Target_ignores_ftp_pptp_conntrack_failure struct {
39 Cppflags []string
40 }
Han Wang45166aa2019-09-10 13:08:04 +020041 Target_init_vendor_lib struct {
42 Whole_static_libs []string
43 }
dianlujitaof646fd72020-05-25 18:20:26 +080044 Target_needs_netd_direct_connect_rule struct {
45 Cppflags []string
46 }
Danny Baumannfc6e3812018-08-29 11:04:58 +020047 Target_process_sdk_version_override struct {
48 Cppflags []string
49 }
Adrian DCae509e42018-02-18 14:51:05 +010050 Target_shim_libs struct {
51 Cppflags []string
52 }
TheScarastic612c5a82020-05-25 10:09:14 +000053 Target_surfaceflinger_fod_lib struct {
54 Cflags []string
55 Whole_static_libs []string
56 }
Rashed Abdel-Tawab61f5e142017-10-31 20:01:35 -070057 Uses_generic_camera_parameter_library struct {
58 Srcs []string
59 }
Aaron Kling6fc81b42018-04-21 11:37:39 -050060 Uses_nvidia_enhancements struct {
61 Cppflags []string
62 }
Arne Coucheron73296f12017-12-27 11:36:09 +010063 Uses_qcom_bsp_legacy struct {
64 Cppflags []string
65 }
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070066 Uses_qti_camera_device struct {
67 Cppflags []string
68 Shared_libs []string
69 }
Simon Shields4ed46052017-08-23 12:03:36 +100070}
71
72type ProductVariables struct {
Kevin F. Haggerty59009f82018-08-25 20:23:19 -060073 Additional_gralloc_10_usage_bits *string `json:",omitempty"`
Michael Bestasf3f7eb22018-12-29 23:34:17 +020074 Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
Alessandro Astonee5acfae2018-10-12 00:16:27 +020075 Bootloader_message_offset *int `json:",omitempty"`
Adrian DC41927e42017-07-24 14:04:34 +020076 Has_legacy_camera_hal1 *bool `json:",omitempty"`
dianlujitao48917cc2020-05-25 18:08:31 +080077 Qcom_um_soong_namespace *string `json:",omitempty"`
dianlujitaof646fd72020-05-25 18:20:26 +080078 Recovery_skip_ev_rel_input *bool `json:",omitempty"`
dianlujitao119f9d12019-10-08 14:46:58 +080079 Should_wait_for_qsee *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010080 Specific_camera_parameter_library *string `json:",omitempty"`
Michael Bestas8c49ba92019-09-20 01:15:25 +030081 Supports_extended_compress_format *bool `json:",omitempty"`
AnilKumar Chimata26b6aba2018-06-20 20:25:55 +053082 Supports_hw_fde *bool `json:",omitempty"`
83 Supports_hw_fde_perf *bool `json:",omitempty"`
dianlujitaof646fd72020-05-25 18:20:26 +080084 Target_ignores_ftp_pptp_conntrack_failure *bool `json:",omitempty"`
Han Wang45166aa2019-09-10 13:08:04 +020085 Target_init_vendor_lib *string `json:",omitempty"`
dianlujitaof646fd72020-05-25 18:20:26 +080086 Target_needs_netd_direct_connect_rule *bool `json:",omitempty"`
Han Wang45166aa2019-09-10 13:08:04 +020087 Target_process_sdk_version_override *string `json:",omitempty"`
Paul Keith10084bf2018-02-15 21:46:00 +010088 Target_shim_libs *string `json:",omitempty"`
TheScarastic612c5a82020-05-25 10:09:14 +000089 Target_surfaceflinger_fod_lib *string `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010090 Uses_generic_camera_parameter_library *bool `json:",omitempty"`
Aaron Kling6fc81b42018-04-21 11:37:39 -050091 Uses_nvidia_enhancements *bool `json:",omitempty"`
Adrian DCae509e42018-02-18 14:51:05 +010092 Uses_qcom_bsp_legacy *bool `json:",omitempty"`
Rashed Abdel-Tawab31eec202018-03-24 11:17:49 -070093 Uses_qti_camera_device *bool `json:",omitempty"`
Simon Shields4ed46052017-08-23 12:03:36 +100094}