From 82c581dac38490d582bd61986776f0bac3aa4967 Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Mon, 12 Dec 2016 11:00:52 -0500 Subject: [PATCH] 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 --- libs/hwui/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index cf571e97c1f9f..2f1f105c60e57 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk @@ -182,6 +182,7 @@ hwui_c_includes += \ external/skia/src/core \ external/skia/src/effects \ external/skia/src/image \ + external/skia/src/utils \ external/harfbuzz_ng/src \ external/freetype/include