Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82c581da authored by Leon Scroggins III's avatar Leon Scroggins III Committed by Leon Scroggins
Browse files

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
parent ae563e99
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -182,6 +182,7 @@ hwui_c_includes += \
    external/skia/src/core \
    external/skia/src/core \
    external/skia/src/effects \
    external/skia/src/effects \
    external/skia/src/image \
    external/skia/src/image \
    external/skia/src/utils \
    external/harfbuzz_ng/src \
    external/harfbuzz_ng/src \
    external/freetype/include
    external/freetype/include