Introduce BUILD files by the rust /cargo, /protobuf_codegen and protobuf_codegen/example directories.
PiperOrigin-RevId: 698062640pull/19319/head
parent
c5cd6a2203
commit
320cd47cec
5 changed files with 26 additions and 24 deletions
@ -1,17 +0,0 @@ |
|||||||
#region Copyright notice and license |
|
||||||
// Protocol Buffers - Google's data interchange format |
|
||||||
// Copyright 2008 Google Inc. All rights reserved. |
|
||||||
// |
|
||||||
// Use of this source code is governed by a BSD-style |
|
||||||
// license that can be found in the LICENSE file or at |
|
||||||
// https://developers.google.com/open-source/licenses/bsd |
|
||||||
#endregion |
|
||||||
|
|
||||||
namespace Google.Protobuf.Reflection; |
|
||||||
|
|
||||||
internal sealed partial class FeatureSetDescriptor |
|
||||||
{ |
|
||||||
// Canonical serialized form of the edition defaults, generated by embed_edition_defaults. |
|
||||||
private const string DefaultsBase64 = |
|
||||||
"ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH"; |
|
||||||
} |
|
@ -0,0 +1,5 @@ |
|||||||
|
filegroup( |
||||||
|
name = "srcs", |
||||||
|
srcs = glob(["**/*"]), |
||||||
|
visibility = ["//rust:__subpackages__"], |
||||||
|
) |
@ -0,0 +1,5 @@ |
|||||||
|
filegroup( |
||||||
|
name = "srcs", |
||||||
|
srcs = glob(["**/*"]), |
||||||
|
visibility = ["//rust:__subpackages__"], |
||||||
|
) |
@ -0,0 +1,5 @@ |
|||||||
|
filegroup( |
||||||
|
name = "srcs", |
||||||
|
srcs = glob(["**/*"]), |
||||||
|
visibility = ["//rust:__subpackages__"], |
||||||
|
) |
Loading…
Reference in new issue