commit | 4aa90573bbf86db0d33a3a790c5dbd0d93b95cfe | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Sun Sep 26 18:40:37 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Sun Sep 26 18:40:37 2010 -0700 |
tree | 65cedf6266b9f40b7227334f9e50d8d86f2340bf | |
parent | cc64c5dbfbf11f513f60a82ee590f62dfb9a1565 [diff] [blame] |
Adding display lists to the GL renderer (checkpoint.) Change-Id: Iaa49757600a53b39369dbb23f8c3feab282518e6
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index e8ffd99..43af702 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:= \ + DisplayListRenderer.cpp \ FboCache.cpp \ FontRenderer.cpp \ GammaFontRenderer.cpp \