Skip to content

Commit 1d3e513

Browse files
Mitch Powellfacebook-github-bot
authored andcommitted
Back out "Mirror fbcode directory structure for container targets"
Summary: build-break overriding_review_checks_triggers_an_audit_and_retroactive_review fbshipit-source-id: bd4b12f340a33160d84293c1b3d454360ec6b511
1 parent 81564c1 commit 1d3e513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReactCommon/butter/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ rn_xplat_cxx_library(
4848
deps = [
4949
"//third-party/glog:glog",
5050
"//xplat/fbsystrace:fbsystrace",
51+
"//xplat/folly:container_f14_hash",
5152
"//xplat/folly:memory",
5253
"//xplat/folly:shared_mutex",
5354
"//xplat/folly:small_vector",
54-
"//xplat/folly/container:f14_hash",
5555
],
5656
)

ReactCommon/react/utils/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rn_xplat_cxx_library(
5656
tests = [],
5757
visibility = ["PUBLIC"],
5858
deps = [
59-
"//xplat/folly/container:evicting_cache_map",
59+
"//xplat/folly:container_evicting_cache_map",
6060
"//xplat/jsi:jsi",
6161
react_native_xplat_target("butter:butter"),
6262
react_native_xplat_target("react/debug:debug"),

0 commit comments

Comments
 (0)