diff options
author | Mathias Agopian <mathias@google.com> | 2012-01-30 18:45:15 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-01-30 18:45:15 -0800 |
commit | 2bfa31c0cc43e08746f10164223b7e38e462725b (patch) | |
tree | d3616523f4651f36b1a14637d63dc7abf844e321 /services | |
parent | 0d6aa287d1832da5e817bd778731f2f2e7902f90 (diff) | |
download | frameworks_native-2bfa31c0cc43e08746f10164223b7e38e462725b.zip frameworks_native-2bfa31c0cc43e08746f10164223b7e38e462725b.tar.gz frameworks_native-2bfa31c0cc43e08746f10164223b7e38e462725b.tar.bz2 |
Nexus S now reports the proper frame-rate
don't hardcode it.
Change-Id: I4b37f37a9809cac937e6334c988b3185af2ebe22
Diffstat (limited to 'services')
-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 732af53..fc211e5 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 := \ |