From 02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 14 Oct 2010 18:11:42 -0700 Subject: 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 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfig.mk') 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 -- cgit v1.1