Skip to content

Commit

Permalink
Add objcopy_embed_data to rules_cc action_names.bzl.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 680579470
Change-Id: I73600ea8df35aa8a7983ebc4e2e278945d2e65cb
  • Loading branch information
c-mita authored and copybara-github committed Sep 30, 2024
1 parent 848d56a commit 9cb80cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cc/action_names.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ OBJC_FULLY_LINK_ACTION_NAME = "objc-fully-link"
# A string constant for the clif action.
CLIF_MATCH_ACTION_NAME = "clif-match"

# A string constant for the obj copy actions.
OBJ_COPY_ACTION_NAME = "objcopy_embed_data"

ACTION_NAMES = struct(
c_compile = C_COMPILE_ACTION_NAME,
cpp_compile = CPP_COMPILE_ACTION_NAME,
Expand All @@ -113,6 +116,7 @@ ACTION_NAMES = struct(
objc_fully_link = OBJC_FULLY_LINK_ACTION_NAME,
objcpp_compile = OBJCPP_COMPILE_ACTION_NAME,
clif_match = CLIF_MATCH_ACTION_NAME,
objcopy_embed_data = OBJ_COPY_ACTION_NAME,
)

# Names of actions that parse or compile C++ code.
Expand Down

0 comments on commit 9cb80cf

Please sign in to comment.