| package android |
| type Product_variables struct { |
| Has_legacy_camera_hal1 struct { |
| Cflags []string |
| } |
| |
| Uses_media_extensions struct { |
| Cflags []string |
| } |
| |
| Needs_text_relocations struct { |
| Cppflags []string |
| } |
| |
| Mtk_hardware struct { |
| Cflags []string |
| } |
| |
| Cant_reallocate_omx_buffers struct { |
| Cflags []string |
| } |
| |
| Qcom_bsp_legacy struct { |
| Cflags []string |
| } |
| |
| Qti_flac_decoder struct { |
| Cflags []string |
| } |
| Use_legacy_rescaling struct { |
| Cflags []string |
| } |
| |
| Uses_generic_camera_parameter_library struct { |
| Srcs []string |
| } |
| |
| Target_uses_qsml struct { |
| Cflags []string |
| Shared_libs []string |
| Header_libs []string |
| Required []string |
| } |
| |
| Target_uses_eigen struct { |
| Shared_libs []string |
| Required []string |
| } |
| } |
| |
| type ProductVariables struct { |
| Has_legacy_camera_hal1 *bool `json:",omitempty"` |
| Uses_media_extensions *bool `json:",omitempty"` |
| Uses_generic_camera_parameter_library *bool `json:",omitempty"` |
| Specific_camera_parameter_library *string `json:",omitempty"` |
| Needs_text_relocations *bool `json:",omitempty"` |
| Mtk_hardware *bool `json:",omitempty"` |
| QTIAudioPath *string `json:",omitempty"` |
| QTIDisplayPath *string `json:",omitempty"` |
| QTIMediaPath *string `json:",omitempty"` |
| Cant_reallocate_omx_buffers *bool `json:",omitempty"` |
| Qcom_bsp_legacy *bool `json:",omitempty"` |
| Qti_flac_decoder *bool `json:",omitempty"` |
| Use_legacy_rescaling *bool `json:",omitempty"` |
| Target_uses_qsml *bool `json:",omitempty"` |
| Target_uses_eigen *bool `json:",omitempty"` |
| } |