mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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:
committed by
Facebook Github Bot
parent
b1bdae99c0
commit
2ca507bf9e
@@ -21,8 +21,6 @@ if THIS_IS_FBANDROID:
|
||||
def react_library(**kwargs):
|
||||
kwargs = kwargs_add(
|
||||
kwargs,
|
||||
# We depend on JSC, support the same platforms
|
||||
supported_platforms_regex = '^android-(armv7|x86)$',
|
||||
compiler_flags = [
|
||||
'-Wno-pessimizing-move',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user