Skip to content

Commit

Permalink
Remap loads to //fbpkg:fbpkg.bzl
Browse files Browse the repository at this point in the history
Summary:
Completes ongoing codemod of `//antlir/fbpkg:fbpkg.bzl` to `//fbpkg:fbpkg.bzl` by replacing the load for all remaining projects in fbsource.

**This is a no-op and is not intended to have any effect** - the load is simply no longer a part of antlir and has moved to the fbpkg directory directly.

Reviewed By: naveedgol

Differential Revision: D62459604

fbshipit-source-id: b247872027930861dcf7ac95e6ac21cd8213e196
  • Loading branch information
justintrudell authored and facebook-github-bot committed Oct 8, 2024
1 parent c9acd68 commit a5132da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/debugging/symbolizer/tool/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@fbcode//antlir/fbpkg:fbpkg.bzl", "fbpkg")
load("@fbcode//fbpkg:fbpkg.bzl", "fbpkg")
load("@fbcode_macros//build_defs:cpp_binary.bzl", "cpp_binary")
load("@fbcode_macros//build_defs:export_files.bzl", "export_file")

Expand Down

0 comments on commit a5132da

Please sign in to comment.