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

@@ -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',
],