summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-11-29 11:39:49 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2011-11-29 11:39:49 -0800
commit1e773932a1658128b80508f081de3c80655465d2 (patch)
tree45d3c11592c3bd562d411563d0f3c50fba164c75
parent9b4268697f0254d21ae56d2b2a8fe190e3a43e79 (diff)
parentdb0bc7d46cacb6446deb7c59d39ce563846d7071 (diff)
am db0bc7d4: am 3f2730c5: Merge "temporarily hardcode Nexus S refresh rate" into ics-mr1
* commit 'db0bc7d46cacb6446deb7c59d39ce563846d7071': temporarily hardcode Nexus S refresh rate
-rw-r--r--services/surfaceflinger/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index 61a8358332eb..f63c0c12c22c 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -28,6 +28,7 @@ ifeq ($(TARGET_BOARD_PLATFORM), omap4)
endif
ifeq ($(TARGET_BOARD_PLATFORM), s5pc110)
LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY -DNEVER_DEFAULT_TO_ASYNC_MODE
+ LOCAL_CFLAGS += -DREFRESH_RATE=56
endif