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

8
whitebox-impl/odk.patch Normal file
View File

@@ -0,0 +1,8 @@
diff --git a/MODULE.bazel b/MODULE.bazel
new file mode 100644
index 0000000..21ba670
--- /dev/null
+++ b/MODULE.bazel
@@ -0,0 +1,2 @@
+module(name = "odk")
+bazel_dep(name = "chromium_deps")