Add entitlement support for offline and migrate WORKSPACE

This commit is contained in:
Jacob Trimble
2025-01-17 23:55:54 +00:00
parent 77a33b906a
commit 5da305d9de
30 changed files with 253 additions and 320 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 2025 Google LLC. All Rights Reserved.
module(name = "whitebox_api_intertrust")
bazel_dep(name = "whitebox")
local_path_override(
module_name = "whitebox",
path = "../whitebox",
)
# Add the repo a second time since "chromium_deps" is a separate dependency.
# See @whitebox//:MODULE.bazel for reasons.
bazel_dep(name = "chromium_deps")
local_path_override(
module_name = "chromium_deps",
path = "../whitebox/chromium_deps",
)
git_override(
module_name = "odk",
build_file = "//:odk.BUILD",
patches = ["//:odk.patch"],
patch_args = ["-p1"],
commit = "7b5fec3a7929cb36cf53db216565b09c99dc2c85", # 19.2
remote = "https://widevine-partner.googlesource.com/oemcrypto_core_message.git",
)