Skip to content

Commit

Permalink
Codemod fbandroid// => //fbandroid/ in xplat/js/
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D16710441

fbshipit-source-id: 610e0330c486e716a61b31a8198c05aa50a261cf
  • Loading branch information
scottrice authored and facebook-github-bot committed Aug 9, 2019
1 parent d2b92ff commit 99487d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/src/main/jni/react/jni/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rn_xplat_cxx_library(
"fbsource//xplat/third-party/linker_lib:android",
"fbsource//xplat/third-party/linker_lib:atomic",
"fbsource//xplat/folly:molly",
"fbandroid//xplat/fbgloginit:fbgloginit",
"//fbandroid/xplat/fbgloginit:fbgloginit",
"fbsource//xplat/fbsystrace:fbsystrace",
react_native_target("java/com/facebook/react/turbomodule/core/jni:jscallinvokerholder"),
react_native_xplat_target("cxxreact:bridge"),
Expand Down
6 changes: 3 additions & 3 deletions ReactAndroid/src/main/jni/react/perftests/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ rn_xplat_cxx_library(
platforms = ANDROID,
soname = "libnativereactperftests.$(ext)",
visibility = [
"fbandroid//instrumentation_tests/com/facebook/react/...",
"//fbandroid/instrumentation_tests/com/facebook/react/...",
],
deps = [
"fbandroid//native:base",
"fbandroid//native/fb:fb",
"fbsource//xplat/folly:molly",
"//fbandroid/native:base",
"//fbandroid/native/fb:fb",
react_native_xplat_target("cxxreact:module"),
],
)
2 changes: 1 addition & 1 deletion ReactCommon/cxxreact/tests/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jni_instrumentation_test_lib(
],
soname = "libxplat-bridge.so",
visibility = [
"fbandroid//instrumentation_tests/...",
"//fbandroid/instrumentation_tests/...",
],
deps = [
"fbsource//xplat/folly:dynamic",
Expand Down

0 comments on commit 99487d6

Please sign in to comment.