Skip to content

Commit c4ddaa8

Browse files
luluwu2032facebook-github-bot
authored andcommitted
Reland D38460202 and fix tests
Summary: Reland D38460202 (e874e5f) and fix test errors. Reviewed By: RSNara Differential Revision: D38846070 fbshipit-source-id: 05a889aabe7e25225ff7464f69900c459c82dd47
1 parent b3e8c0f commit c4ddaa8

File tree

1 file changed

+4
-2
lines changed
  • ReactCommon/react/renderer/mapbuffer

1 file changed

+4
-2
lines changed

ReactCommon/react/renderer/mapbuffer/BUCK

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
load(
22
"//tools/build_defs/oss:rn_defs.bzl",
33
"ANDROID",
4+
"APPLE",
5+
"CXX",
46
"fb_xplat_cxx_test",
57
"get_apple_compiler_flags",
68
"get_apple_inspector_flags",
@@ -38,7 +40,7 @@ rn_xplat_cxx_library(
3840
"supermodule:xplat/default/public.react_native.infra",
3941
],
4042
macosx_tests_override = [],
41-
platforms = ANDROID,
43+
platforms = (ANDROID, APPLE, CXX),
4244
preprocessor_flags = [
4345
"-DLOG_TAG=\"ReactNative\"",
4446
"-DWITH_FBSYSTRACE=1",
@@ -63,7 +65,7 @@ fb_xplat_cxx_test(
6365
"-Wall",
6466
],
6567
contacts = ["[email protected]"],
66-
platforms = ANDROID,
68+
platforms = (ANDROID, APPLE, CXX),
6769
deps = [
6870
"//xplat/third-party/gmock:gtest",
6971
react_native_xplat_target("react/debug:debug"),

0 commit comments

Comments
 (0)