diff options
author | Mathias Agopian <mathias@google.com> | 2011-11-16 00:08:08 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-11-16 00:08:08 -0800 |
commit | f98ab8b14027045cfe10791be01280cce028e925 (patch) | |
tree | 00a90a5067198f5398b156890008d0d8c46b0c28 /services | |
parent | bd7836846c1e5d3610ba6c26686674d429a4316c (diff) | |
download | frameworks_base-f98ab8b14027045cfe10791be01280cce028e925.zip frameworks_base-f98ab8b14027045cfe10791be01280cce028e925.tar.gz frameworks_base-f98ab8b14027045cfe10791be01280cce028e925.tar.bz2 |
remove hack that hardcoded the refresh rate
Change-Id: Ibdd40b337c547e80ef8541856015f1380c8d58ed
Diffstat (limited to 'services')
-rw-r--r-- | services/surfaceflinger/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 53502db..61a8358 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk @@ -30,10 +30,6 @@ ifeq ($(TARGET_BOARD_PLATFORM), s5pc110) LOCAL_CFLAGS += -DHAS_CONTEXT_PRIORITY -DNEVER_DEFAULT_TO_ASYNC_MODE endif -ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro)) - LOCAL_CFLAGS += -DREFRESH_RATE=59 -endif - LOCAL_SHARED_LIBRARIES := \ libcutils \ |