diff options
author | John Reck <jreck@google.com> | 2019-10-25 22:28:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-10-25 22:28:40 +0000 |
commit | 5a2340061081e90eb215641db57d0a39736d037e (patch) | |
tree | a5b6d96b69290b03411c2b4c19a3d2d67796b195 /libs/hwui/Android.bp | |
parent | 642b73b8f48e73c493bf04af035eb26fa340e7ef (diff) | |
parent | 83161dcd6aa15c7da161b4ae561b06d20edd2510 (diff) |
Merge "Delete VectorDrawableAtlas"
Diffstat (limited to 'libs/hwui/Android.bp')
-rw-r--r-- | libs/hwui/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index 61b72cf9d193..2041e7a46364 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -221,7 +221,6 @@ cc_defaults { "pipeline/skia/SkiaPipeline.cpp", "pipeline/skia/SkiaProfileRenderer.cpp", "pipeline/skia/SkiaVulkanPipeline.cpp", - "pipeline/skia/VectorDrawableAtlas.cpp", "pipeline/skia/VkFunctorDrawable.cpp", "pipeline/skia/VkInteropFunctorDrawable.cpp", "renderstate/RenderState.cpp", @@ -347,7 +346,6 @@ cc_test { "tests/unit/ThreadBaseTests.cpp", "tests/unit/TypefaceTests.cpp", "tests/unit/VectorDrawableTests.cpp", - "tests/unit/VectorDrawableAtlasTests.cpp", "tests/unit/WebViewFunctorManagerTests.cpp", ], } |