summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1f5effb..0b191c2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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"],
+ },
},
}