add a dependency to the upb amalgamation on text:debug and text:internal

PiperOrigin-RevId: 672069121
pull/18114/head
Derek Benson 5 months ago committed by Copybara-Service
parent c964e143d9
commit 50c3191741
  1. 2
      upb/BUILD

@ -252,6 +252,8 @@ upb_amalgamation(
"//upb/mini_table:internal",
"//upb/reflection:descriptor_upb_proto",
"//upb/reflection:internal",
"//upb/text:debug",
"//upb/text:internal",
],
strip_import_prefix = ["src"],
visibility = ["//rust:__pkg__"],

Loading…
Cancel
Save