Sign in
skia
/
external
/
github.com
/
google
/
brotli
/
refs/heads/upd08c
/
.
/
java
/
org
/
brotli
/
enc
/
BUILD
blob: 66905b991e21f4a242f75dc57b9769c5fd6c11e0 [
file
] [
log
] [
blame
] [
edit
]
# Description:
# Java port of Brotli decoder.
package
(
default_visibility
=
[
"//visibility:public"
])
licenses
([
"notice"
])
# MIT
java_library
(
name
=
"prepared_dictionary"
,
srcs
=
[
"PreparedDictionary.java"
,
"PreparedDictionaryGenerator.java"
,
],
)