Make HWUI makefile include external/skia/src/utils

Test: none. No new code; this just makes it explicit that HWUI is
depending on headers in Skia's src/utils directory.

This is needed for SkTextureCompressor.h, which itself is pulled in
transitively through SkGlyphCache.h. Adding this here means that Skia
need not list src/utils as an exported include dir.

Change-Id: I3f2b022504486b7a640236fb98a497b599b42a6b
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk
index cf571e9..2f1f105 100644
--- a/libs/hwui/Android.mk
+++ b/libs/hwui/Android.mk
@@ -182,6 +182,7 @@
     external/skia/src/core \
     external/skia/src/effects \
     external/skia/src/image \
+    external/skia/src/utils \
     external/harfbuzz_ng/src \
     external/freetype/include