mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Disable Android platform for more failing tests
Reviewed By: jselbo Differential Revision: D44022065 fbshipit-source-id: 29568cdf2703eec8fb020b79ea93873ab7807050
This commit is contained in:
committed by
Facebook GitHub Bot
parent
57a2508ae6
commit
102e40a88d
@@ -35,6 +35,8 @@ rn_xplat_cxx_library(
|
||||
"-lm",
|
||||
],
|
||||
compiler_flags_pedantic = True,
|
||||
# TODO(145803035) Fix Android tests
|
||||
fbandroid_tests_override = [],
|
||||
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
|
||||
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
|
||||
force_static = True,
|
||||
|
||||
@@ -32,6 +32,8 @@ rn_xplat_cxx_library(
|
||||
prefix = "react/renderer/element",
|
||||
),
|
||||
compiler_flags_pedantic = True,
|
||||
# TODO(145803035) Fix Android tests
|
||||
fbandroid_tests_override = [],
|
||||
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
|
||||
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
|
||||
force_static = True,
|
||||
|
||||
@@ -32,6 +32,8 @@ rn_xplat_cxx_library(
|
||||
prefix = "react/renderer/templateprocessor",
|
||||
),
|
||||
compiler_flags_pedantic = True,
|
||||
# TODO(145803035) Fix Android tests
|
||||
fbandroid_tests_override = [],
|
||||
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
|
||||
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
|
||||
force_static = True,
|
||||
|
||||
@@ -32,6 +32,8 @@ rn_xplat_cxx_library(
|
||||
prefix = "react/renderer/uimanager",
|
||||
),
|
||||
compiler_flags_pedantic = True,
|
||||
# TODO(145803035) Fix Android tests
|
||||
fbandroid_tests_override = [],
|
||||
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
|
||||
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
|
||||
force_static = True,
|
||||
|
||||
Reference in New Issue
Block a user