diff options
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ soong_config_module_type { config_namespace: "qtidisplaycommonsys", bool_variables: [ "gralloc_handle_has_no_custom_content_md_reserved_size", + "gralloc_handle_has_no_ubwcp", ], properties: [ "cflags", @@ -16,5 +17,8 @@ qtidisplaycommonsys_cc_defaults { 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"], + }, }, } |