Sign in
skia
/
skia
/
d34ac096a93d7c20fa02ec93b083dd7636db8376
/
.
/
include
/
encode
/
BUILD.bazel
blob: c195b0751d9c682f7c4c904e74a6cf607539cd4f [
file
] [
log
] [
blame
]
load
(
"//bazel:macros.bzl"
,
"exports_files_legacy"
)
licenses
([
"notice"
])
exports_files_legacy
()
filegroup
(
name
=
"public_hdrs"
,
srcs
=
[
"SkEncoder.h"
,
"SkJpegEncoder.h"
,
"SkPngEncoder.h"
,
"SkWebpEncoder.h"
,
],
visibility
=
[
"//include:__pkg__"
],
)