Roll Skia from a982c77a0af6 to b03f4a1dc831 (1 revision)

https://skia.googlesource.com/skia.git/+log/a982c77a0af6..b03f4a1dc831

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/android-master-autoroll
Please CC djsollen@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Test: Presubmit checks will test this change.
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
Change-Id: I9cc601f019431da5253c015e11b03bdff614d041
diff --git a/Android.bp b/Android.bp
index bb9e9ab..dcf41b8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -830,7 +830,6 @@
           "src/gpu/ops/GrTriangulatingPathRenderer.cpp",
           "src/gpu/tessellate/GrDrawAtlasPathOp.cpp",
           "src/gpu/tessellate/GrFillPathShader.cpp",
-          "src/gpu/tessellate/GrPathStencilFillOp.cpp",
           "src/gpu/tessellate/GrPathTessellateOp.cpp",
           "src/gpu/tessellate/GrPathTessellator.cpp",
           "src/gpu/tessellate/GrStencilPathShader.cpp",
@@ -838,6 +837,7 @@
           "src/gpu/tessellate/GrStrokeOp.cpp",
           "src/gpu/tessellate/GrStrokeTessellateOp.cpp",
           "src/gpu/tessellate/GrStrokeTessellateShader.cpp",
+          "src/gpu/tessellate/GrTessellatingStencilFillOp.cpp",
           "src/gpu/tessellate/GrTessellationPathRenderer.cpp",
           "src/gpu/text/GrAtlasManager.cpp",
           "src/gpu/text/GrDistanceFieldAdjustTable.cpp",