summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-11-29 11:35:07 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-29 11:35:07 -0800
commit3f2730c5317700e3ae5412b5c825a747b591ebc2 (patch)
tree979cd08249dab7bcc40621fc6390b34c7881d410 /services
parent9b518d9304eb4ad17591944926231b661a3dfce0 (diff)
parentb16dc690a5b3274d2d90b79f1dde85e012836c02 (diff)
downloadframeworks_base-3f2730c5317700e3ae5412b5c825a747b591ebc2.zip
frameworks_base-3f2730c5317700e3ae5412b5c825a747b591ebc2.tar.gz
frameworks_base-3f2730c5317700e3ae5412b5c825a747b591ebc2.tar.bz2
Merge "temporarily hardcode Nexus S refresh rate" into ics-mr1
Diffstat (limited to 'services')
-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 61a8358..f63c0c1 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