aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index d039497558..4eaecf8f78 100644
--- a/public.bzl
+++ b/public.bzl
@@ -208,6 +208,8 @@ BASE_SRCS_ALL = struct(
"src/jumper/SkJumper_generated.S",
# Third Party
+ "third_party/etc1/*.cpp",
+ "third_party/etc1/*.h",
"third_party/gif/*.cpp",
"third_party/gif/*.h",
],
@@ -414,6 +416,7 @@ INCLUDES = [
"src/shaders",
"src/sksl",
"src/utils",
+ "third_party/etc1",
"third_party/gif",
]