summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-14 18:11:42 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-18 07:43:33 -0700
commit02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7 (patch)
tree3736fe5e7cbba54c7e2775b06952e1a6759faf10 /BoardConfig.mk
parent3ddfa84308c0333cc94210ecbcac2c24a7d268d1 (diff)
downloaddevice_samsung_crespo-02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7.tar.gz
device_samsung_crespo-02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7.tar.bz2
device_samsung_crespo-02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7.zip
Disable page-flip in open-source builds.
Page-flip as implemented by the kernel causes a lot of flicker when the 3D drivers aren't present. Bug: 3097357 Change-Id: I3c40667ddf3b96d69f9450573a3c88888d91d0b4
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5cdc977..881cd52 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -22,6 +22,8 @@ BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_LIBSECRIL_STUB := true
+BOARD_NO_PAGE_FLIPPING := true
+
# Use the non-open-source parts, if they're present
-include vendor/samsung/crespo/BoardConfigVendor.mk