summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-28 12:45:08 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-28 12:45:08 -0800
commit3d931557907307ecc19b74e8f3188301b149e99a (patch)
treed5f41bc5327e2e53fba72341c2df822aaf070c9e
parentb07fcde013d1a381d7ba03ac0a3ab47ca22c95f2 (diff)
Fix to deps.
-rw-r--r--BUILD1
-rw-r--r--build_defs.bzl1
2 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index b3a72ff..1cef4b8 100644
--- a/BUILD
+++ b/BUILD
@@ -142,6 +142,7 @@ cc_library(
],
hdrs = ["upbc/generator.h"],
deps = [
+ map_dep("@absl//absl/base:core_headers"),
map_dep("@absl//absl/strings"),
map_dep("@com_google_protobuf//:protobuf"),
map_dep("@com_google_protobuf//:protoc_lib"),
diff --git a/build_defs.bzl b/build_defs.bzl
index a6e5086..6cf387e 100644
--- a/build_defs.bzl
+++ b/build_defs.bzl
@@ -210,6 +210,7 @@ upb_amalgamation = rule(
is_bazel = not hasattr(native, "genmpm")
google3_dep_map = {
+ "@absl//absl/base:core_headers": "//third_party/absl/base:core_headers",
"@absl//absl/strings": "//third_party/absl/strings",
"@com_google_protobuf//:protoc": "//third_party/protobuf:protoc",
"@com_google_protobuf//:protobuf": "//third_party/protobuf:protobuf",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback