Skip to content

Commit

Permalink
Revert D38460202: Replace Folly with MapBuffer for passing js error data
Browse files Browse the repository at this point in the history
Differential Revision:
D38460202 (e874e5f)

Original commit changeset: e13a47722964

Original Phabricator Diff: D38460202 (e874e5f)

fbshipit-source-id: fd83562dc1ad76914d49ebd9a195095c55a8b38b
  • Loading branch information
Huyue Gu authored and facebook-github-bot committed Aug 18, 2022
1 parent e874e5f commit 9e4114a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ReactCommon/react/renderer/mapbuffer/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
load(
"//tools/build_defs/oss:rn_defs.bzl",
"ANDROID",
"APPLE",
"CXX",
"fb_xplat_cxx_test",
"get_apple_compiler_flags",
"get_apple_inspector_flags",
Expand Down Expand Up @@ -40,7 +38,7 @@ rn_xplat_cxx_library(
"supermodule:xplat/default/public.react_native.infra",
],
macosx_tests_override = [],
platforms = (ANDROID, APPLE, CXX),
platforms = ANDROID,
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",
Expand All @@ -65,7 +63,7 @@ fb_xplat_cxx_test(
"-Wall",
],
contacts = ["oncall+react_native@xmail.facebook.com"],
platforms = (ANDROID, APPLE, CXX),
platforms = ANDROID,
deps = [
"//xplat/third-party/gmock:gtest",
react_native_xplat_target("react/debug:debug"),
Expand Down

0 comments on commit 9e4114a

Please sign in to comment.