diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-10-14 18:11:42 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-10-18 07:43:33 -0700 |
commit | 02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7 (patch) | |
tree | 3736fe5e7cbba54c7e2775b06952e1a6759faf10 /setup-makefiles.sh | |
parent | 3ddfa84308c0333cc94210ecbcac2c24a7d268d1 (diff) | |
download | device_samsung_crespo-02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7.zip device_samsung_crespo-02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7.tar.gz device_samsung_crespo-02ed814accbf4b7eee7aa82a1c6ed01b07e34bf7.tar.bz2 |
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 'setup-makefiles.sh')
-rwxr-xr-x | setup-makefiles.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |