Roll external/skia a00318f1ad00..7854746ead00 (12 commits)

https://skia.googlesource.com/skia.git/+log/a00318f1ad00..7854746ead00

2019-08-01 robertphillips@google.com Make GrGLCaps::getYUVAColorTypeFromBackendFormat also map R8 to GrColorType::kGray_8
2019-08-01 bsalomon@google.com Use GrConvertPixels in GrOpFlushState::doUpload
2019-08-01 stani@google.com Allow to rebind GL texture if AHB content has changed
2019-08-01 fmalita@chromium.org SkColorfilters::HSLAMatrix
2019-08-01 reed@google.com make bicubic decision logic shareable
2019-08-01 egdaniel@google.com Remove use of isConfigRenderable.
2019-08-01 mtklein@google.com let color filters tell us their alpha format
2019-08-01 michaelludwig@google.com Combine erode and dilate implementations
2019-08-01 fmalita@chromium.org [skottie] Suppress placeholder range selector warnings
2019-08-01 robertphillips@google.com Disable LUM16F support for all Adreno devices
2019-08-01 michaelludwig@google.com Remove SkDEBUGFAIL in SkDisplacementMapEffector ctor
2019-08-01 robertphillips@google.com Add GrCaps::getTestingCombinations

The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/android-master-autoroll

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.
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.

Bug: 138674291
Test: Built and ran android
Change-Id: Ib5f15408e766c1e5344f18c287a202c1853ddd20
diff --git a/Android.bp b/Android.bp
index 21717bd..62221d8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -739,6 +739,7 @@
           "src/gpu/gradients/generated/GrTiledGradientEffect.cpp",
           "src/gpu/gradients/generated/GrTwoPointConicalGradientLayout.cpp",
           "src/gpu/gradients/generated/GrUnrolledBinaryGradientColorizer.cpp",
+          "src/gpu/mock/GrMockCaps.cpp",
           "src/gpu/mock/GrMockGpu.cpp",
           "src/gpu/mock/GrMockTypes.cpp",
           "src/gpu/ops/GrAAConvexPathRenderer.cpp",