mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
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:
parent
b539cf2067
commit
740e48d7e3
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue