Skip to content

Commit

Permalink
Starlark implementation of cc_binary rule is used by default.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 428745275
  • Loading branch information
Googler authored and Copybara-Service committed Feb 15, 2022
1 parent 8d61923 commit 464f5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/builtins_bzl/common/exports.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exported_rules = {
"apple_static_library": apple_static_library,
"+cc_shared_library": cc_shared_library,
"+cc_shared_library_permissions": cc_shared_library_permissions,
"-cc_binary": cc_binary,
"+cc_binary": cc_binary,
"-cc_test": cc_test,
"-cc_library": cc_library,
}
Expand Down

0 comments on commit 464f5d5

Please sign in to comment.