commit | 55adfca3a26101eeae429557bcae66bfe8a47a4f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Nov 10 10:33:55 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 10 10:33:55 2011 -0800 |
tree | da3466eccd50d24306ddcbc96421402033a27f76 | |
parent | 7b9d0dcc13cf908f13837d7d4368e94223a99f14 [diff] | |
parent | 8e540328fc524727c6ced05c2a3450c85f6cbdbe [diff] |
Merge "handle EINTR when calling sensor HAL's poll function" into ics-mr1
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index b916bd7..53502dbc 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk
@@ -31,7 +31,7 @@ endif ifneq (,$(findstring $(TARGET_DEVICE),tuna toro maguro)) - LOCAL_CFLAGS += -DREFRESH_RATE=48 + LOCAL_CFLAGS += -DREFRESH_RATE=59 endif