Specify platforms for the a few targets

Differential Revision: D7516968

fbshipit-source-id: db9d6df7c1b67dbdd998ea017229a976f78b2eb1
This commit is contained in:
Michael Lee 2018-04-05 15:47:03 -07:00 committed by Facebook Github Bot
parent 52a3443e98
commit 7a29ad1d83
2 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,7 @@ rn_xplat_cxx_library(
],
fbobjc_preprocessor_flags = get_debug_preprocessor_flags() + APPLE_INSPECTOR_FLAGS,
force_static = True,
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",

View File

@ -40,6 +40,7 @@ rn_xplat_cxx_library(
fbandroid_deps = ANDROID_JSC_INTERNAL_DEPS,
fbobjc_deps = APPLE_JSC_INTERNAL_DEPS,
force_static = True,
platforms = (ANDROID, APPLE),
visibility = [
"PUBLIC",
],
@ -64,6 +65,7 @@ rn_xplat_cxx_library(
],
fbobjc_srcs = ["systemJSCWrapper.cpp"],
force_static = True,
platforms = (ANDROID, APPLE),
visibility = [
"PUBLIC",
],