We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf55e4a commit 44f3234Copy full SHA for 44f3234
ReactCommon/butter/BUCK
@@ -47,9 +47,9 @@ rn_xplat_cxx_library(
47
deps = [
48
"//third-party/glog:glog",
49
"//xplat/fbsystrace:fbsystrace",
50
- "//xplat/folly:container_f14_hash",
51
"//xplat/folly:memory",
52
"//xplat/folly:shared_mutex",
53
"//xplat/folly:small_vector",
+ "//xplat/folly/container:f14_hash",
54
],
55
)
ReactCommon/react/utils/BUCK
@@ -55,7 +55,7 @@ rn_xplat_cxx_library(
tests = [],
56
visibility = ["PUBLIC"],
57
58
- "//xplat/folly:container_evicting_cache_map",
+ "//xplat/folly/container:evicting_cache_map",
59
"//xplat/jsi:jsi",
60
react_native_xplat_target("butter:butter"),
61
react_native_xplat_target("react/debug:debug"),
0 commit comments