commit | 20b52631fa8b3c44bd6aa5308d937d01ccd7744b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Nov 16 18:19:33 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 16 18:19:33 2011 -0800 |
tree | 3ef60eba22271768569cd1f27c029a6d5c5d276c | |
parent | ae8891278a7268b7c1fe7e1a5b8336852f088e1f [diff] | |
parent | 465494486c186c239b629a8addf0d347db714197 [diff] |
Merge "remove hack that hardcoded the refresh rate" into ics-mr1
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 53502dbc..61a8358 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk
@@ -30,10 +30,6 @@ 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 \