Remove supported platforms from JSC and all the things that depends on it

Reviewed By: bnham

Differential Revision: D4213580

fbshipit-source-id: 3830c15b0097030a4e4611aac814b12e1d6ae696
This commit is contained in:
Michał Gregorczyk
2016-11-21 16:40:22 -08:00
committed by Facebook Github Bot
parent b1bdae99c0
commit 2ca507bf9e
5 changed files with 0 additions and 14 deletions

View File

@@ -1,14 +1,10 @@
include_defs('//ReactAndroid/DEFS')
# We depend on JSC, support the same platforms
SUPPORTED_PLATFORMS = '^android-(armv7|x86)$'
# TODO(cjhopman): Remove this target (or move the xreact target to this directory).
cxx_library(
name='jni',
soname = 'libreactnativejni.$(ext)',
header_namespace = 'react/jni',
supported_platforms_regex = SUPPORTED_PLATFORMS,
srcs = [
'Dummy.cpp',
],

View File

@@ -1,8 +1,5 @@
include_defs('//ReactAndroid/DEFS')
# We depend on JSC, support the same platforms
SUPPORTED_PLATFORMS = '^android-(armv7|x86)$'
EXPORTED_HEADERS = [
'CxxModuleWrapper.h',
'JSLoader.h',
@@ -19,7 +16,6 @@ cxx_library(
name='jni',
soname = 'libreactnativejnifb.$(ext)',
header_namespace = 'xreact/jni',
supported_platforms_regex = SUPPORTED_PLATFORMS,
deps = JSC_DEPS + [
'//native/fb:fb',
'//native/third-party/android-ndk:android',