remove wire/types.h from the :wire build target

PiperOrigin-RevId: 498167993
pull/13171/head
Eric Salo 2 years ago committed by Copybara-Service
parent 75488a0742
commit 26e9a75294
  1. 2
      BUILD
  2. 1
      python/BUILD
  3. 1
      upb/util/BUILD

@ -582,6 +582,7 @@ cc_library(
":port",
":reflection",
":wire",
":wire_types",
],
)
@ -910,7 +911,6 @@ cc_library(
hdrs = [
"upb/wire/decode.h",
"upb/wire/encode.h",
"upb/wire/types.h",
],
copts = UPB_DEFAULT_COPTS,
visibility = ["//visibility:public"],

@ -227,6 +227,7 @@ py_extension(
"//:textformat",
"//:upb",
"//:wire",
"//:wire_types",
"//upb/util:compare",
"//upb/util:def_to_proto",
"//upb/util:required_fields",

@ -110,6 +110,7 @@ cc_library(
"//:port",
"//:reflection",
"//:wire",
"//:wire_types",
],
)

Loading…
Cancel
Save