diff options
author | Stan Iliev <stani@google.com> | 2019-09-17 14:07:23 -0400 |
---|---|---|
committer | Stan Iliev <stani@google.com> | 2019-11-08 15:37:17 +0000 |
commit | aaa9e834d443a56671eccbe97c755c253fa94afe (patch) | |
tree | e67daf0782137e572f6be35e9a24b146c4fd4b57 /libs/hwui/Android.bp | |
parent | 707ba29a6621220c2713468bf095178dcc1e376e (diff) |
Decouple SurfaceTexture from HWUI
Remove all Skia and HWUI types from SurfaceTexture
implementation.
Move SurfaceTexture to libgui (ag/9578265).
Define private C++ API for SurfaceTexture, which is consumed
by DeferredLayerUpdater.
Move AutoBackendTextureRelease/Skia code from SurfaceTexture
to HWUI.
Test: pass CtsUiRenderingTestCases and CtsViewTestCases
Bug: 136263580
Change-Id: I3f971bb490f64a3ac0b2a66a89ba935bf7f08213
Diffstat (limited to 'libs/hwui/Android.bp')
-rw-r--r-- | libs/hwui/Android.bp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index ecfaec22de59..f670cf97e0c2 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -235,12 +235,10 @@ cc_defaults { "renderthread/RenderProxy.cpp", "renderthread/RenderThread.cpp", "service/GraphicsStatsService.cpp", - "surfacetexture/EGLConsumer.cpp", - "surfacetexture/ImageConsumer.cpp", - "surfacetexture/SurfaceTexture.cpp", "thread/CommonPool.cpp", "utils/GLUtils.cpp", "utils/StringUtils.cpp", + "AutoBackendTextureRelease.cpp", "DeferredLayerUpdater.cpp", "DeviceInfo.cpp", "FrameInfo.cpp", |