18 lines
531 B
Python
18 lines
531 B
Python
################################################################################
|
|
# Copyright 2016 Google LLC.
|
|
#
|
|
# This software is licensed under the terms defined in the Widevine Master
|
|
# License Agreement. For a copy of this agreement, please contact
|
|
# widevine-licensing@google.com.
|
|
################################################################################
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "binary_release_files",
|
|
srcs = glob([
|
|
"*.clif",
|
|
"*.py",
|
|
]),
|
|
)
|