Widevine SDK Release Branch: beta-19.10.1
This commit is contained in:
20
centos/sdk/external/cpp/wvpl/common/BUILD
vendored
Normal file
20
centos/sdk/external/cpp/wvpl/common/BUILD
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
########################################
|
||||
## 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",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user