mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: add c2d composition for display
This commit is contained in:
parent
40a7fe08af
commit
d36b40d5d3
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@ MAX_EGL_CACHE_KEY_SIZE := 12*1024
|
|||
# binaries. Decrease the size if RAM or Flash Storage size is a limitation
|
||||
# of the device.
|
||||
MAX_EGL_CACHE_SIZE := 2048*1024
|
||||
|
||||
TARGET_USES_C2D_COMPOSITION := true
|
||||
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
|
||||
TARGET_USES_ION := true
|
||||
|
|
Loading…
Reference in a new issue