Skip to content

Commit

Permalink
Remove references to fbsource cell
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos committed Mar 20, 2020
1 parent ee93ee6 commit af8830c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ReactAndroid/src/main/java/com/facebook/fbreact/specs/BUCK
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
load("@fbsource//tools/build_defs:platform_defs.bzl", "ANDROID")
load("@fbsource//tools/build_defs/oss:rn_defs.bzl", "FBJNI_TARGET", "react_native_dep", "react_native_target", "react_native_xplat_target", "rn_android_library", "rn_xplat_cxx_library")
load("//tools/build_defs/oss:rn_defs.bzl", "ANDROID", "FBJNI_TARGET", "IS_OSS_BUILD", "react_native_dep", "react_native_target", "react_native_xplat_target", "rn_android_library", "rn_xplat_cxx_library")

rn_android_library(
name = "FBReactNativeSpec",
Expand Down Expand Up @@ -46,13 +45,14 @@ rn_xplat_cxx_library(
],
deps = [
FBJNI_TARGET,
"fbsource//xplat/folly:molly",
"fbsource//xplat/jsi:JSIDynamic",
"//xplat/folly:molly",
"//xplat/jsi:JSIDynamic",
react_native_target("jni/react/jni:jni"),
react_native_xplat_target("cxxreact:bridge"),
],
exported_deps = [
"fbsource//xplat/jsi:jsi",
exported_deps = ([
react_native_xplat_target("turbomodule/core:core"),
],
]) + ([
"//xplat/jsi:jsi"
]) if not IS_OSS_BUILD else [],
)

0 comments on commit af8830c

Please sign in to comment.