commit | 8550c4c7b5952b7a4e1e0ede95c9492d03099a13 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Oct 08 15:49:53 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Fri Oct 08 15:49:53 2010 -0700 |
tree | 3f2bccdd02bcf390eac98749475aad4ead1da1e4 | |
parent | ecd31740a00f8fb07090209cd979257c38cbcc92 [diff] [blame] |
Better cache for layers, reduce memory usage and increase framerate. Change-Id: I5ff864a361db4791bd5ff6be716f7ce692ef572d
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index 43af702..437a9ef 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk
@@ -5,6 +5,7 @@ # defined in the current device/board configuration ifeq ($(USE_OPENGL_RENDERER),true) LOCAL_SRC_FILES:= \ + utils/SortedListImpl.cpp \ DisplayListRenderer.cpp \ FboCache.cpp \ FontRenderer.cpp \