summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-11-06 13:28:15 -0500
committersbrissen <sbrissen@hotmail.com>2013-11-06 13:28:15 -0500
commit52466f81e21a45954996ea32f17338c3353f985c (patch)
tree1c09c9c049cd1feedddac2a8e1c1ace99ac2e34a
parentc11396ecc6738126e84f6262fecbd6021ca20abd (diff)
downloadandroid_hardware_samsung-52466f81e21a45954996ea32f17338c3353f985c.tar.gz
android_hardware_samsung-52466f81e21a45954996ea32f17338c3353f985c.tar.bz2
android_hardware_samsung-52466f81e21a45954996ea32f17338c3353f985c.zip
Exynos: fix gralloc build
Change-Id: Iae8c7cf947aacb6ec5c952a10a14b9d41c397ed2
-rw-r--r--exynos4/hal/libgralloc_ump/framebuffer_device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp
index cfdedba..b141878 100644
--- a/exynos4/hal/libgralloc_ump/framebuffer_device.cpp
+++ b/exynos4/hal/libgralloc_ump/framebuffer_device.cpp
@@ -322,7 +322,7 @@ int init_frame_buffer_locked(struct private_module_t* module)
module->ydpi = ydpi;
module->fps = fps;
- char value[32];
+ char value[PROPERTY_VALUE_MAX];
property_get("debug.gralloc.vsync", value, "1");
module->enableVSync = atoi(value);
/*