Skip to content

Commit

Permalink
Mirror fbcode directory structure for container targets
Browse files Browse the repository at this point in the history
Summary:
Mirrors the fbcode directory structure for the folly container subdirectory

skip-frl-buck-targeting

Reviewed By: mzlee

Differential Revision: D38632215

fbshipit-source-id: 93cf4ae018417803a84b3edc750feb4cf24e17a7
  • Loading branch information
Mitch Powell authored and facebook-github-bot committed Aug 30, 2022
1 parent 202b17a commit 10ea6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactCommon/butter/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ rn_xplat_cxx_library(
deps = [
"//third-party/glog:glog",
"//xplat/fbsystrace:fbsystrace",
"//xplat/folly:container_f14_hash",
"//xplat/folly:memory",
"//xplat/folly:shared_mutex",
"//xplat/folly:small_vector",
"//xplat/folly/container:f14_hash",
],
)
2 changes: 1 addition & 1 deletion ReactCommon/react/utils/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rn_xplat_cxx_library(
tests = [],
visibility = ["PUBLIC"],
deps = [
"//xplat/folly:container_evicting_cache_map",
"//xplat/folly/container:evicting_cache_map",
"//xplat/jsi:jsi",
react_native_xplat_target("butter:butter"),
react_native_xplat_target("react/debug:debug"),
Expand Down

0 comments on commit 10ea6fb

Please sign in to comment.