Widevine SDK Release Branch: beta-19.10.1

This commit is contained in:
Buildbot
2025-05-29 12:21:32 -07:00
parent b31fb00c1a
commit 8349b5bc0f
219 changed files with 101122 additions and 0 deletions

18
centos/common/BUILD Normal file
View File

@@ -0,0 +1,18 @@
########################################
## 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 = [
"status.h",
],
)