presence now passes BUILD

This commit is contained in:
Lasan Mahaliyana
2026-03-03 05:51:36 +05:30
parent 970ec2d750
commit 8a1aeb437b
3 changed files with 1128 additions and 133 deletions
+3
View File
@@ -15,6 +15,9 @@ git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl", "g
git_repository(
name = "beto-core",
commit = "479289ef072b0880c0347d36937265e44f00f4ee",
patch_cmds = [
"grep -q '^load(\"@rules_cc//cc:defs.bzl\", \"cc_binary\", \"cc_library\")' BUILD || sed -i '1iload(\"@rules_cc//cc:defs.bzl\", \"cc_binary\", \"cc_library\")' BUILD",
],
remote = "https://beto-core.googlesource.com/beto-core",
)
+1124 -133
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -48,6 +48,7 @@ filegroup(
"credential_manager.h",
"credential_manager_impl.h",
"ldt.h",
"np_ldt.h",
"scan_manager.h",
"service_controller.h",
"service_controller_impl.h",