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 --- setup-makefiles.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup-makefiles.sh') diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 793af69..6458a2e 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -78,6 +78,8 @@ USE_CAMERA_STUB := false BOARD_USES_GENERIC_AUDIO := false BOARD_USES_LIBSECRIL_STUB := false + +BOARD_NO_PAGE_FLIPPING := false EOF mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout -- cgit v1.1