mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Automated Code Change
PiperOrigin-RevId: 845792411
This commit is contained in:
committed by
TensorFlower Gardener
parent
95ef4892ba
commit
7375fe4a62
@@ -46,7 +46,7 @@ def generate_cc_impl(ctx):
|
||||
includes = [
|
||||
f
|
||||
for src in ctx.attr.srcs
|
||||
for f in src[ProtoInfo].transitive_imports.to_list()
|
||||
for f in src[ProtoInfo].transitive_sources.to_list()
|
||||
]
|
||||
outs = []
|
||||
proto_root = get_proto_root(
|
||||
|
||||
@@ -163,7 +163,7 @@ def includes_from_deps(deps):
|
||||
return [
|
||||
file
|
||||
for src in deps
|
||||
for file in src[ProtoInfo].transitive_imports.to_list()
|
||||
for file in src[ProtoInfo].transitive_sources.to_list()
|
||||
]
|
||||
|
||||
def get_proto_arguments(protos, genfiles_dir_path):
|
||||
|
||||
Reference in New Issue
Block a user