Skip to content

Commit

Permalink
modefilefree: Migrate get_build_mode -> `get_non_selectified_build_…
Browse files Browse the repository at this point in the history
…mode`

Summary: See D68401341

Reviewed By: sdruzkin, zsol, thechrisu

Differential Revision: D68401676

fbshipit-source-id: 12898ad75bd59cfd6134228f9c0bc56043b85949
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Jan 23, 2025
1 parent 17be664 commit 6284c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shim/build_defs/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ def _get_build_mode():

config = struct(
get_build_mode = _get_build_mode,
get_non_selectified_build_mode = _get_build_mode,
)

0 comments on commit 6284c56

Please sign in to comment.