diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-02 15:47:40 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-02 15:47:40 +0100 |
commit | ddf7e489b95a138b56e852770a38e39786c4aad3 (patch) | |
tree | d356e9da82ec3d91869b08cba6eb636f91ccada0 | |
parent | 605c54b82e788adcaef610d2bfbd773394c51e88 (diff) | |
download | device_samsung_galaxys2-common-ddf7e489b95a138b56e852770a38e39786c4aad3.zip device_samsung_galaxys2-common-ddf7e489b95a138b56e852770a38e39786c4aad3.tar.gz device_samsung_galaxys2-common-ddf7e489b95a138b56e852770a38e39786c4aad3.tar.bz2 |
galaxys2: enable vsync sysfs
Change-Id: Ibfeed182c1728096200457e94016432fc129cae7
-rw-r--r-- | BoardCommonConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 427e8b4..59d9723 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -78,12 +78,12 @@ ENABLE_WEBGL := true # HWComposer BOARD_USES_HWCOMPOSER := true +BOARD_USE_SYSFS_VSYNC_NOTIFICATION := true BOARD_USE_SECTVOUT := true BOARD_USES_FIMGAPI := true # OMX BOARD_USE_SAMSUNG_COLORFORMAT := true -BOARD_FIX_NATIVE_COLOR_FORMAT := true BOARD_NONBLOCK_MODE_PROCESS := true BOARD_USE_STOREMETADATA := true BOARD_USE_METADATABUFFERTYPE := true |