Fix to deps.

pull/13171/head
Josh Haberman 6 years ago
parent b07fcde013
commit 3d93155790
  1. 1
      BUILD
  2. 1
      build_defs.bzl

@ -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"),

@ -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",

Loading…
Cancel
Save