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 <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
82e4a37cc4
commit
fd60e5efe4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue