From fd60e5efe4bf63cd7120ecc99b117de5cead819e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sun, 26 Dec 2021 02:40:59 +0800 Subject: [PATCH] sdm660-common: Switch to Vulkan UI renderer We tried doing this on Android 11 and later reverted it due to fd leaks during prolonged video calls. However, the issue has been fixed on Android 12, so let's enable it again for performance. Change-Id: I1cd2ca6931aad60f9c48d40aa0212b69c68edef8 Signed-off-by: clarencelol Signed-off-by: pix106 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3c9cbcfd..b383c985 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -114,6 +114,7 @@ BOARD_USES_ADRENO := true TARGET_USES_HWC2 := true TARGET_USES_GRALLOC1 := true TARGET_USES_ION := true +TARGET_USES_VULKAN := true # DRM TARGET_ENABLE_MEDIADRM_64 := true