mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove remaining external references to JSC
Summary: Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D20319757 fbshipit-source-id: 4ac3952175fd1b78957b01de279135af122d5bf1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f332fac163
commit
409c276474
@@ -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",
|
||||
],
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user