aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2017-05-09 15:28:32 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-09 19:32:19 +0000
commitd7093c24861729f17b83aa8129927ecac2b7daf6 (patch)
tree4c564e6c2d96965ed71038a9586ecc5c126b4e1a /public.bzl
parent852d7155ddb212418b20ba5a81b3001fa9380471 (diff)
Add encode to bzl include paths
NOTRY=true Bug: skia: Change-Id: Ib37b9a0a5b3c07b0b78b389bd3003c350b49b53f Reviewed-on: https://skia-review.googlesource.com/16232 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index d6749e9c29..1813af0cb7 100644
--- a/public.bzl
+++ b/public.bzl
@@ -421,6 +421,7 @@ INCLUDES = [
"include/config",
"include/core",
"include/effects",
+ "include/encode",
"include/gpu",
"include/images",
"include/pathops",