From ed58eab2e9c6d9652383e1071833915177a28aa7 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Thu, 16 Feb 2023 12:59:48 +0000 Subject: [PATCH] Remove Skia's src/image as a search path for HWUI This is a private path and the contents should not be (and are not) used directly. Change-Id: I4ccf7dc9ce615a8e565b9d89501c10ef2c548cb2 --- libs/hwui/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index f92c349b7714c..2bfa7e2b0917e 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -385,7 +385,6 @@ cc_defaults { "external/skia/include/private", "external/skia/src/codec", "external/skia/src/core", - "external/skia/src/image", "external/skia/src/images", ],