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

10
centos/WORKSPACE Normal file
View File

@@ -0,0 +1,10 @@
# Copyright 2021 Google LLC
# License SDK Copybara Release WORKSPACE.
workspace(name = "license_server_sdk")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "abseil_repo",
tag = "20211102.0",
remote = "https://github.com/abseil/abseil-cpp.git",
)