soong_config_module_type { name: "qtidisplaycommonsys_cc_defaults", module_type: "cc_defaults", config_namespace: "qtidisplaycommonsys", bool_variables: [ "gralloc_handle_has_no_custom_content_md_reserved_size", "gralloc_handle_has_no_ubwcp", ], properties: [ "cflags", ], } qtidisplaycommonsys_cc_defaults { name: "qtidisplaycommonsys_defaults", soong_config_variables: { gralloc_handle_has_no_custom_content_md_reserved_size: { cflags: ["-DGRALLOC_HANDLE_HAS_NO_CUSTOM_CONTENT_MD_RESERVED_SIZE"], }, gralloc_handle_has_no_ubwcp: { cflags: ["-DGRALLOC_HANDLE_HAS_NO_UBWCP"], }, }, }