diff options
| author | Ashwin Ramesh <ashwinr64@lineageos.org> | 2017-07-04 03:34:33 +0000 |
|---|---|---|
| committer | Subhrajyoti Sen <subhrajyoti12@gmail.com> | 2017-07-15 18:58:11 +0530 |
| commit | d3bbc4eafb42c43dda5cbbec24ebd2f52d5540be (patch) | |
| tree | a4d7db8a0782461817c21246f3cc9124de5b23ff | |
| parent | eb731eaad87c1e85a68ec3cfc791faf7044728c8 (diff) | |
onyx: Switch to triple framebuffers
Change-Id: Ibbbdf51ba2ac00e42bd8228142265e9b91769cc7
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 9a9b1b1..4c527d9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -128,6 +128,7 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so TARGET_CONTINUOUS_SPLASH_ENABLED := true TARGET_USES_ION := true USE_OPENGL_RENDERER := true +NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3 # Include path TARGET_SPECIFIC_HEADER_PATH := $(PLATFORM_PATH)/include |
