kitakami-common: Allow additional gralloc 1.0 buffer usage bits

* Our platform requires 0x02000000U,
    which appears to be USAGE_PRIVATE_NONSECURE

 * Resolves the following Gralloc2 failure upon playback:
    buffer descriptor contains invalid usage bits 0x2000000

Change-Id: Ie5a8a46fef1c0f28ebd2cd3b3d29cc19763bc2a3
This commit is contained in:
Kevin F. Haggerty 2018-12-18 12:42:49 +01:00 committed by TARKZiM
parent 99abbbfd34
commit a8c5d4c66e

View File

@ -101,6 +101,7 @@ BOARD_CHARGER_DISABLE_INIT_BLANK := true
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
TARGET_USES_ION := true
TARGET_USES_NEW_ION_API := true
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
TARGET_USES_C2D_COMPOSITION := true
USE_OPENGL_RENDERER := true