Exynos: fix gralloc build

Change-Id: Iae8c7cf947aacb6ec5c952a10a14b9d41c397ed2
tirimbino
sbrissen 11 years ago
parent c11396ecc6
commit 52466f81e2
  1. 2
      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->ydpi = ydpi;
module->fps = fps; module->fps = fps;
char value[32]; char value[PROPERTY_VALUE_MAX];
property_get("debug.gralloc.vsync", value, "1"); property_get("debug.gralloc.vsync", value, "1");
module->enableVSync = atoi(value); module->enableVSync = atoi(value);
/* /*

Loading…
Cancel
Save