kunlun2: Add 0x2000U to additional gralloc usage bits

* E Gralloc2: buffer descriptor contains invalid usage bits 0x2000
 * Fixes broken video playback

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2020-05-24 16:34:09 +05:30 committed by GiaSen
parent 76b55205d1
commit 14ed25805d

View file

@ -62,7 +62,7 @@ BOARD_HAVE_QCOM_FM := true
BOARD_HAS_QCA_FM_SOC := "cherokee"
# Graphics
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x200000U
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x200000U | 0x2000U
# HIDL
DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml