@ -272,7 +272,7 @@ def _maybe_add(d):
if not _is_bazel :
if not _is_bazel :
d [ " _grep_includes " ] = attr . label (
d [ " _grep_includes " ] = attr . label (
allow_single_file = True ,
allow_single_file = True ,
cfg = " host " ,
cfg = " exec " ,
default = " //tools/cpp:grep-includes " ,
default = " //tools/cpp:grep-includes " ,
)
)
return d
return d
@ -286,12 +286,12 @@ _upb_proto_library_aspect = aspect(
) ,
) ,
" _gen_upb " : attr . label (
" _gen_upb " : attr . label (
executable = True ,
executable = True ,
cfg = " host " ,
cfg = " exec " ,
default = " //upbc:protoc-gen-upb " ,
default = " //upbc:protoc-gen-upb " ,
) ,
) ,
" _protoc " : attr . label (
" _protoc " : attr . label (
executable = True ,
executable = True ,
cfg = " host " ,
cfg = " exec " ,
default = " @com_google_protobuf//:protoc " ,
default = " @com_google_protobuf//:protoc " ,
) ,
) ,
" _cc_toolchain " : attr . label (
" _cc_toolchain " : attr . label (
@ -335,12 +335,12 @@ _upb_proto_reflection_library_aspect = aspect(
) ,
) ,
" _gen_upbdefs " : attr . label (
" _gen_upbdefs " : attr . label (
executable = True ,
executable = True ,
cfg = " host " ,
cfg = " exec " ,
default = " //upbc:protoc-gen-upbdefs " ,
default = " //upbc:protoc-gen-upbdefs " ,
) ,
) ,
" _protoc " : attr . label (
" _protoc " : attr . label (
executable = True ,
executable = True ,
cfg = " host " ,
cfg = " exec " ,
default = " @com_google_protobuf//:protoc " ,
default = " @com_google_protobuf//:protoc " ,
) ,
) ,
" _cc_toolchain " : attr . label (
" _cc_toolchain " : attr . label (