From c724f2fba330da275f46586aeb5f0ae7bd2fae99 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Sat, 18 Dec 2010 03:35:05 -0800 Subject: disable the bypass mode. DO NOT MERGE. SF bypass mode triggers a bug in the display controller that case cause the device to freeze. Change-Id: If29b4d5132f463d13831b082b904c235f15a19fb --- services/surfaceflinger/Android.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 41562f6794b7..e2f8a7468d87 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk @@ -25,7 +25,6 @@ ifeq ($(TARGET_BOARD_PLATFORM), omap3) endif ifeq ($(TARGET_BOARD_PLATFORM), s5pc110) LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY - LOCAL_CFLAGS += -DUSE_COMPOSITION_BYPASS endif -- cgit v1.2.3-59-g8ed1b