LG8n: Add 0x2000 to additional gralloc usage bits

Fixes warning.

| gralloc4: Buffer descriptor with invalid usage bits 0x2000

Change-Id: I8e67bec9ade6e80e2e362f7a3c287f74b7d81242
Signed-off-by: fjrXTR <fajarslebew31@gmail.com>
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Arne Coucheron 2022-09-17 22:44:17 +01:00 committed by Shirayuki39
parent b539cf2067
commit 740e48d7e3

View file

@ -60,6 +60,7 @@ BOARD_PREBUILT_DTBIMAGE_DIR := $(KERNEL_PATH)/dtb
# Display # Display
TARGET_SCREEN_DENSITY := 396 TARGET_SCREEN_DENSITY := 396
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x2000U
# Kernel # Kernel
TARGET_NO_KERNEL_OVERRIDE := true TARGET_NO_KERNEL_OVERRIDE := true