summaryrefslogtreecommitdiff
path: root/build_defs.bzl
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 /build_defs.bzl
parentb07fcde013d1a381d7ba03ac0a3ab47ca22c95f2 (diff)
Fix to deps.
Diffstat (limited to 'build_defs.bzl')
-rw-r--r--build_defs.bzl1
1 files changed, 1 insertions, 0 deletions
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