From e668167ef1885a16f848b54ad140f9c594df26cc Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Mon, 15 Feb 2021 11:54:03 +0100 Subject: [PATCH] sm8250-common: Add additional gralloc usage bit for camera Change-Id: Ie0a4c25ce86fa23ee90ef1441aa9a1b053fff785 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ef09a3b..a36fba2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -50,6 +50,7 @@ TARGET_USES_QTI_CAMERA_DEVICE := true USE_DEVICE_SPECIFIC_CAMERA := true # Display +TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x546C00000000 TARGET_USES_COLOR_METADATA := true TARGET_USES_DISPLAY_RENDER_INTENTS := true TARGET_USES_DRM_PP := true