Add entitlement support for offline and migrate WORKSPACE
This commit is contained in:
28
whitebox-impl/MODULE.bazel
Normal file
28
whitebox-impl/MODULE.bazel
Normal 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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user