diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b3325fe..658f0b4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -115,5 +115,8 @@ TARGET_DISABLE_TRIPLE_BUFFERING := false BOARD_ALLOW_EGL_HIBERNATION := true +# hwcomposer: custom vsync ioctl +BOARD_CUSTOM_VSYNC_IOCTL := true + # Include aries specific stuff -include device/samsung/aries-common/Android.mk |