Skip to content

Commit 85399cc

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Refactor FontRenderer.cpp" into jb-mr1-dev
2 parents de66e67 + 9f5dab3 commit 85399cc

File tree

9 files changed

+1005
-829
lines changed

9 files changed

+1005
-829
lines changed

libs/hwui/Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ include $(CLEAR_VARS)
66
ifeq ($(USE_OPENGL_RENDERER),true)
77
LOCAL_SRC_FILES:= \
88
utils/SortedListImpl.cpp \
9+
font/CacheTexture.cpp \
10+
font/Font.cpp \
911
FontRenderer.cpp \
1012
GammaFontRenderer.cpp \
1113
Caches.cpp \

0 commit comments

Comments
 (0)