internal change

PiperOrigin-RevId: 500022555
pull/11474/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent ade256e153
commit 8eb8c2b301
  1. 2
      src/google/protobuf/compiler/cpp/helpers.cc

@ -1422,6 +1422,8 @@ bool GetBootstrapBasename(const Options& options, const std::string& basename,
"net/proto2/compiler/proto/plugin"},
{"net/proto2/compiler/proto/profile",
"net/proto2/compiler/proto/profile_bootstrap"},
{"third_party/protobuf/extension_declaration",
"third_party/protobuf/extension_declaration_bootstrap"},
};
auto iter = bootstrap_mapping->find(basename);
if (iter == bootstrap_mapping->end()) {

Loading…
Cancel
Save