msm8226-common: Allow additional gralloc 1.0 buffer usage bits

* Our platform requires 0x02000000U (USAGE_PRIVATE_UNCACHED) for
  camera, video, and various other functionality

Change-Id: Ie5a8a46fef1c0f28ebd2cd3b3d29cc19763bc2a3
This commit is contained in:
Kevin F. Haggerty 2018-08-25 20:31:39 -06:00 committed by Francescodario Cuzzocrea
parent cbc600281b
commit cb1274806b

View file

@ -73,6 +73,7 @@ DONT_DEXPREOPT_PREBUILTS := true
# Display
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
# Shader cache config options
# Maximum size of the GLES Shaders that can be cached for reuse.