summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-12-18 03:35:05 -0800
committerMathias Agopian <mathias@google.com>2010-12-18 03:45:26 -0800
commit902329fb3e8fd0b3666ff99704c196f0b8c2a08d (patch)
treef0dd2b8739c73a8978d14aefece24c5b5ce4cefc /services/surfaceflinger
parent80880644e61dd5cde96fc585b68834fa04ccb2c6 (diff)
downloadframeworks_native-902329fb3e8fd0b3666ff99704c196f0b8c2a08d.zip
frameworks_native-902329fb3e8fd0b3666ff99704c196f0b8c2a08d.tar.gz
frameworks_native-902329fb3e8fd0b3666ff99704c196f0b8c2a08d.tar.bz2
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
Diffstat (limited to 'services/surfaceflinger')
-rw-r--r--services/surfaceflinger/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index 41562f6..e2f8a74 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