Skip to content

Commit

Permalink
fbcode_macros][tags->labels] more usages in (g-i)*/ folders
Browse files Browse the repository at this point in the history
Reviewed By: dtolnay

Differential Revision: D67127859

fbshipit-source-id: 7e0d8ada6814d2dc513b4d27075c57895f66b54f
  • Loading branch information
annakukliansky authored and facebook-github-bot committed Dec 23, 2024
1 parent 89e95a3 commit 7713d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shim/shims.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def cpp_library(
modular_headers = None,
os_deps = [],
arch_compiler_flags = None,
tags = None,
labels = None,
linker_flags = None,
private_linker_flags = None,
exported_linker_flags = None,
Expand Down Expand Up @@ -201,7 +201,7 @@ def cpp_unittest(
supports_static_listing = None,
allocator = None,
owner = None,
tags = None,
labels = None,
emails = None,
extract_helper_lib = None,
compiler_specific_flags = None,
Expand Down

0 comments on commit 7713d6d

Please sign in to comment.