summaryrefslogtreecommitdiff
path: root/libs/hwui/Android.bp
diff options
context:
space:
mode:
authorBrian Osman <brianosman@google.com>2019-04-08 12:24:46 -0400
committerBrian Osman <brianosman@google.com>2019-04-08 12:26:14 -0400
commit8e874bb8657179f2336cb30d65d63ca33773ea11 (patch)
tree738e75bc8299b73c87181e1ff50a8987db208367 /libs/hwui/Android.bp
parent0097d1ab03477fc5c7bd76a340a938671664854b (diff)
Make an Android-specific copy of Skia's Null GL interface
This functionality has been removed from Skia, but is still being used by HWUI's NullGlesDriver for unit tests. Making a local copy gets tests passing (so that rolling can resume). Test: hwui_unit_tests still pass Change-Id: I16b65af58eaeca5a39df89d1542760b652d8b0d5
Diffstat (limited to 'libs/hwui/Android.bp')
-rw-r--r--libs/hwui/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp
index ebba4cb79dfb..9fe53d3b2649 100644
--- a/libs/hwui/Android.bp
+++ b/libs/hwui/Android.bp
@@ -101,6 +101,7 @@ cc_defaults {
"debug/GlesDriver.cpp",
"debug/FatalBaseDriver.cpp",
"debug/NullGlesDriver.cpp",
+ "debug/NullSkiaInterface.cpp",
],
include_dirs: ["frameworks/native/opengl/libs/GLES2"],
}