Skip to content

Commit 44f3234

Browse files
Mitch Powellfacebook-github-bot
authored andcommitted
Clean up xplat/folly/container redirects
Summary: Cleans up redirects for xplat/folly/container targets including: ``` //xplat/folly/container:bit_iterator //xplat/folly/container:f14_hash //xplat/folly/container:evicting_cache_map //xplat/folly/container:enumerate //xplat/folly/container:foreach ``` Reviewed By: Gownta Differential Revision: D40954195 fbshipit-source-id: c14bfa572a9316cb0262a98f183adb457d0797f2
1 parent cf55e4a commit 44f3234

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
@@ -47,9 +47,9 @@ rn_xplat_cxx_library(
4747
deps = [
4848
"//third-party/glog:glog",
4949
"//xplat/fbsystrace:fbsystrace",
50-
"//xplat/folly:container_f14_hash",
5150
"//xplat/folly:memory",
5251
"//xplat/folly:shared_mutex",
5352
"//xplat/folly:small_vector",
53+
"//xplat/folly/container:f14_hash",
5454
],
5555
)

ReactCommon/react/utils/BUCK

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

0 commit comments

Comments
 (0)