From deaee2eb7216e26685700d1f1fc14eab52366495 Mon Sep 17 00:00:00 2001 From: AdarshGrewal Date: Wed, 19 Jun 2024 15:46:50 +0530 Subject: [PATCH] fixup! Hookup GRALLOC_HANDLE_HAS_UBWCP_FORMAT Change-Id: I44a9d7ce22f78862d73c96cf11fde856464952a9 --- config/BoardConfigSoong.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk index 84b80416..6a5b612a 100644 --- a/config/BoardConfigSoong.mk +++ b/config/BoardConfigSoong.mk @@ -34,6 +34,7 @@ SOONG_CONFIG_lineageGlobalVars += \ camera_override_format_from_reserved \ gralloc_handle_has_custom_content_md_reserved_size \ gralloc_handle_has_reserved_size \ + gralloc_handle_has_ubwcp_format \ target_health_charging_control_charging_path \ target_health_charging_control_charging_enabled \ target_health_charging_control_charging_disabled \