21 lines
515 B
Python
21 lines
515 B
Python
########################################
|
|
## Copyright 2022 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 = "exported_sdk_header_files",
|
|
srcs = [
|
|
"wvpl_sdk_environment.h",
|
|
"wvpl_sdk_session.h",
|
|
"wvpl_types.h",
|
|
],
|
|
)
|