aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public.bzl4
1 files changed, 3 insertions, 1 deletions
diff --git a/public.bzl b/public.bzl
index b99c60c985..aaf7555429 100644
--- a/public.bzl
+++ b/public.bzl
@@ -562,7 +562,9 @@ def DM_ARGS(asan):
source = ["tests", "gm", "image"]
# TODO(benjaminwagner): f16, pic-8888, serialize-8888, and tiles_rt-8888 fail.
config = ["565", "8888", "pdf"]
- return ["--src"] + source + ["--config"] + config + ["--nonativeFonts"]
+ match = ["~Codec_78329453"]
+ return (["--src"] + source + ["--config"] + config + ["--nonativeFonts"] +
+ ["--match"] + match)
################################################################################
## COPTS