mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
presence now passes BUILD
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Generated
+1124
-133
File diff suppressed because one or more lines are too long
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user