Roll external/skia 68c8156cd..047ae2743 (1 commits)

https://skia.googlesource.com/skia.git/+log/68c8156cd..047ae2743

2017-12-27 fmalita@chromium.org [sksg] Initial Path support

The AutoRoll server is located here: https://android-roll.skia.org

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

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

Test: Presubmit checks will test this change.
Change-Id: I205d1bccabbd997ea588edc4ea7f5e80fadb42c6
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
diff --git a/Android.bp b/Android.bp
index 1f6473e..af76e63 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1055,6 +1055,7 @@
         "experimental/sksg/SkSGPaintNode.cpp",
         "experimental/sksg/SkSGRenderNode.cpp",
         "experimental/sksg/effects/SkSGTransform.cpp",
+        "experimental/sksg/geometry/SkSGPath.cpp",
         "experimental/sksg/geometry/SkSGRect.cpp",
         "experimental/sksg/paint/SkSGColor.cpp",
         "experimental/svg/model/SkSVGAttribute.cpp",
@@ -1963,6 +1964,7 @@
         "experimental/sksg/SkSGPaintNode.cpp",
         "experimental/sksg/SkSGRenderNode.cpp",
         "experimental/sksg/effects/SkSGTransform.cpp",
+        "experimental/sksg/geometry/SkSGPath.cpp",
         "experimental/sksg/geometry/SkSGRect.cpp",
         "experimental/sksg/paint/SkSGColor.cpp",
         "experimental/svg/model/SkSVGAttribute.cpp",