Remove remaining external references to JSC

Summary: Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D20319757

fbshipit-source-id: 4ac3952175fd1b78957b01de279135af122d5bf1
This commit is contained in:
Marc Horowitz
2020-03-11 21:13:01 -07:00
committed by Facebook GitHub Bot
parent f332fac163
commit 409c276474
2 changed files with 0 additions and 34 deletions
-25
View File
@@ -72,31 +72,6 @@ rn_xplat_cxx_library(
"JSCRuntime.h",
],
apple_sdks = (IOS, MACOSX),
cxx_exported_platform_linker_flags = [
(
"macosx-x86_64",
[
"-framework",
"JavaScriptCore",
],
),
],
cxx_platform_deps = [
(
"^(linux|gcc|platform)",
[
"fbsource//xplat/jsc:jsc",
],
),
],
fbandroid_compiler_flags = [
"-fexceptions",
"-frtti",
"-O3",
],
fbandroid_deps = [
"fbsource//xplat/jsc:jsc",
],
fbobjc_compiler_flags = [
"-Os",
],
-9
View File
@@ -27,15 +27,6 @@ GLOG_DEP = "//ReactAndroid/build/third-party-ndk/glog:glog"
INSPECTOR_FLAGS = []
APPLE_JSC_DEPS = []
ANDROID_JSC_INTERNAL_DEPS = [
"//native/third-party/jsc:jsc",
"//native/third-party/jsc:jsc_legacy_profiler",
]
ANDROID_JSC_DEPS = ANDROID_JSC_INTERNAL_DEPS
ANDROID = "Android"
APPLE = ""