Specify binary release files in BUILD instead of in Jenkins
This is more track-able compared to Jenkins. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146120190 Change-Id: Ie284e431ca1a777b19f64d5e6a7bb9a2c757779d
This commit is contained in:
@@ -6,14 +6,23 @@
|
||||
# widevine-licensing@google.com.
|
||||
################################################################################
|
||||
|
||||
#
|
||||
# Description:
|
||||
# Public protocol buffer definitions for Widevine Services.
|
||||
# Protocol buffer definitions for Widevine Services.
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("@protobuf_repo//:protobuf.bzl", "cc_proto_library", "py_proto_library")
|
||||
|
||||
# Only a subset of files are included in binary release.
|
||||
filegroup(
|
||||
name = "binary_release_files",
|
||||
srcs = [
|
||||
"certificate_provisioning.proto",
|
||||
"client_identification.proto",
|
||||
"provisioned_device_info.proto",
|
||||
"signed_device_certificate.proto",
|
||||
]
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "certificate_provisioning_proto",
|
||||
srcs = ["certificate_provisioning.proto"],
|
||||
|
||||
Reference in New Issue
Block a user