aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-04-21 00:09:43 +0000
committerandroid-autoroll <android-autoroll@skia-corp.google.com.iam.gserviceaccount.com>2023-04-21 00:09:43 +0000
commit1228b4d214c3f13c67aa088b121ee4148b1fd7ea (patch)
treefe9a0794736f003876bfa9225a7ebc3e74a7266d /linux
parent0a8caab32bbdd4ab65b8277fd94e31d89411f737 (diff)
parentda103f0954a5b85f55b0bb2b6f1b6b418c484fb7 (diff)
downloadskia-1228b4d214c3f13c67aa088b121ee4148b1fd7ea.tar.gz
Roll Skia from 07bb369e8e90 to da103f0954a5 (1 revision)
https://skia.googlesource.com/skia.git/+log/07bb369e8e90..da103f0954a5 2023-04-20 johnstiles@google.com Reland "Add a GN flag 'skia_enable_skvm'." 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,rmistry@google.com,scroggo@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/main/autoroll/README.md Test: Presubmit checks will test this change. Exempt-From-Owner-Approval: The autoroll bot does not require owner approval. Bug: b/186777432 Change-Id: Ie889709e92526fddc0e81d2ea1e98d282a536ccf
Diffstat (limited to 'linux')
-rw-r--r--linux/include/config/SkUserConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/include/config/SkUserConfig.h b/linux/include/config/SkUserConfig.h
index eacaa065ad..e79f5f4cee 100644
--- a/linux/include/config/SkUserConfig.h
+++ b/linux/include/config/SkUserConfig.h
@@ -35,6 +35,10 @@
#define SK_ENABLE_SKSL
#endif
+#ifndef SK_ENABLE_SKVM
+#define SK_ENABLE_SKVM
+#endif
+
#ifndef SK_GAMMA_APPLY_TO_A8
#define SK_GAMMA_APPLY_TO_A8
#endif