Add j2objc fragment to rules (#1175)

This commit is contained in:
Gowroji Sunil 2024-02-20 14:55:40 +05:30 committed by GitHub
parent 15da39ad4d
commit 9949fce954
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ _flags_test = rule(
"_cc_toolchain": attr.label(default = Label("@bazel_tools//tools/cpp:current_cc_toolchain")),
},
toolchains = ["@bazel_tools//tools/cpp:toolchain_type"],
fragments = ["cpp"],
fragments = ["cpp", "j2objc"],
test = True,
)