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:
parent
76b55205d1
commit
14ed25805d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue