diff options
| author | 2012-01-31 15:54:20 -0800 | |
|---|---|---|
| committer | 2012-01-31 15:54:20 -0800 | |
| commit | b17932fe84f84a660194d25d56ce06324b1bf28d (patch) | |
| tree | 51ce4cc891d418ebab7d1f4bf64a5c0210567689 | |
| parent | 6c997a9e880e08c354ffd809bd62df9e25e9c4d4 (diff) | |
| parent | 007a34c27f936f007ab1c3a9c5e662a0e2c0e878 (diff) | |
Merge "Nexus S now reports the proper frame-rate"
| -rw-r--r-- | services/surfaceflinger/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk index 732af5371ec0..fc211e56b91c 100644 --- a/services/surfaceflinger/Android.mk +++ b/services/surfaceflinger/Android.mk @@ -36,7 +36,6 @@ 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 LOCAL_SHARED_LIBRARIES := \ |