Fix build

This commit is contained in:
Widevine Buildbot
2020-07-25 02:53:47 +00:00
parent 37bf78103e
commit 535930dc60
15 changed files with 249 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ filegroup(
proto_library(
name = "media_cas_encryption_proto",
srcs = ["media_cas_encryption.proto"],
deps = ["hash_algorithm_proto"],
)
cc_proto_library(
@@ -34,3 +35,18 @@ cc_proto_library(
name = "media_cas_cc_proto",
deps = [":media_cas_proto"],
)
proto_library(
name = "hash_algorithm_proto",
srcs = ["hash_algorithm.proto"],
)
cc_proto_library(
name = "hash_algorithm_cc_proto",
deps = [":hash_algorithm_proto"],
)
java_proto_library(
name = "hash_algorithm_java_proto",
deps = [":hash_algorithm_proto"],
)