Internal deps update

PiperOrigin-RevId: 695433659
pull/19220/head
Protobuf Team Bot 2 weeks ago committed by Copybara-Service
parent 0640cdb674
commit 1549022187
  1. 2
      benchmarks/build_defs.bzl
  2. 1
      editions/BUILD

@ -20,7 +20,7 @@ def tmpl_cc_binary(name, gen, args, replacements = [], **kwargs):
) )
if _is_google3: if _is_google3:
kwargs["malloc"] = "//base:system_malloc" kwargs["malloc"] = "@bazel_tools//tools/cpp:malloc"
kwargs["features"] = ["-static_linking_mode"] kwargs["features"] = ["-static_linking_mode"]
native.cc_binary( native.cc_binary(
name = name, name = name,

@ -73,6 +73,7 @@ embed_edition_defaults(
cc_binary( cc_binary(
name = "internal_defaults_escape", name = "internal_defaults_escape",
srcs = ["internal_defaults_escape.cc"], srcs = ["internal_defaults_escape.cc"],
malloc = "@bazel_tools//tools/cpp:malloc",
# This needs to be public for users of embed_edition_defaults. # This needs to be public for users of embed_edition_defaults.
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [

Loading…
Cancel
Save