29 lines
740 B
Python
29 lines
740 B
Python
# 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",
|
|
)
|
|
|
|
|