summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-12-20 11:30:23 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-12-20 11:30:23 -0800
commitd8a98cf0a30dbb95ea2fcc8dfe2fe37d670d243e (patch)
tree5082af6cba0399fe448fe7e1085e78635636db33 /services
parent07249236fcef7ef0603b9978ec3b420f247b51cb (diff)
parentc724f2fba330da275f46586aeb5f0ae7bd2fae99 (diff)
downloadframeworks_base-d8a98cf0a30dbb95ea2fcc8dfe2fe37d670d243e.zip
frameworks_base-d8a98cf0a30dbb95ea2fcc8dfe2fe37d670d243e.tar.gz
frameworks_base-d8a98cf0a30dbb95ea2fcc8dfe2fe37d670d243e.tar.bz2
am c724f2fb: disable the bypass mode. DO NOT MERGE.
* commit 'c724f2fba330da275f46586aeb5f0ae7bd2fae99': disable the bypass mode. DO NOT MERGE.
Diffstat (limited to 'services')
-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