am 3f2730c5: Merge "temporarily hardcode Nexus S refresh rate" into ics-mr1

* commit '3f2730c5317700e3ae5412b5c825a747b591ebc2':
  temporarily hardcode Nexus S refresh rate
This commit is contained in:
Mathias Agopian 2011-11-29 11:36:54 -08:00 committed by Android Git Automerger
commit 4c2384c26f

View File

@ -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