Clean up BUCK files for missing dependencies and tests

Differential Revision: D7625433

fbshipit-source-id: 332b7ff7eaed82cb52f459921f1ae67b702a1636
This commit is contained in:
Jakub Grzmiel 2018-04-14 15:27:04 -07:00 committed by Facebook Github Bot
parent a42b2988ae
commit c866ef243e
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ rn_xplat_cxx_library(
],
force_static = True,
macosx_tests_override = [],
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",

View File

@ -40,6 +40,7 @@ rn_xplat_cxx_library(
],
force_static = True,
macosx_tests_override = [],
platforms = (ANDROID, APPLE),
preprocessor_flags = [
"-DLOG_TAG=\"ReactNative\"",
"-DWITH_FBSYSTRACE=1",