summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-01-06 18:30:40 -0800
committerMathias Agopian <mathias@google.com>2012-01-30 11:48:47 -0800
commit6fa3e0462291d19f6535cf7d1600922542f845ba (patch)
tree9e3dcaf4148ef318ef65bd45a4dba3a6ba59fdfb /BoardConfig.mk
parent98ec3056e4c3cc9f86f14b9664f0987a53094de5 (diff)
downloaddevice_samsung_tuna-6fa3e0462291d19f6535cf7d1600922542f845ba.zip
device_samsung_tuna-6fa3e0462291d19f6535cf7d1600922542f845ba.tar.gz
device_samsung_tuna-6fa3e0462291d19f6535cf7d1600922542f845ba.tar.bz2
enable WAITFORVSYNC
Change-Id: Ife73895fc5f96c59a2d7964df4d86d2a3f7f1a97
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 798549a..21d411c 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -43,6 +43,9 @@ BOARD_EGL_CFG := device/samsung/tuna/egl.cfg
#BOARD_USES_OVERLAY := true
USE_OPENGL_RENDERER := true
+# set if the target supports FBIO_WAITFORVSYNC
+TARGET_HAS_WAITFORVSYNC := true
+
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
TARGET_RECOVERY_UI_LIB := librecovery_ui_tuna