msm8976-common: Allow additional gralloc 1.0 buffer usage bits

* Our camera requires 0x02000000U. Per headers from exynos5420,
  this appears to be USAGE_PRIVATE_NONSECURE.

Change-Id: Ie5a8a46fef1c0f28ebd2cd3b3d29cc19763bc2a3
This commit is contained in:
Kevin F. Haggerty 2018-08-26 04:31:00 +02:00 committed by Łukasz Patron
parent 33ae2f241a
commit 417865e108
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true
BOARD_USES_ADRENO := true
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
TARGET_CONTINUOUS_SPLASH_ENABLED := true
TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true
TARGET_USES_ION := true