Clean up BUCK files for missing dependencies and tests
Differential Revision: D7625433 fbshipit-source-id: 332b7ff7eaed82cb52f459921f1ae67b702a1636
This commit is contained in:
parent
a42b2988ae
commit
c866ef243e
|
@ -37,6 +37,7 @@ rn_xplat_cxx_library(
|
||||||
],
|
],
|
||||||
force_static = True,
|
force_static = True,
|
||||||
macosx_tests_override = [],
|
macosx_tests_override = [],
|
||||||
|
platforms = (ANDROID, APPLE),
|
||||||
preprocessor_flags = [
|
preprocessor_flags = [
|
||||||
"-DLOG_TAG=\"ReactNative\"",
|
"-DLOG_TAG=\"ReactNative\"",
|
||||||
"-DWITH_FBSYSTRACE=1",
|
"-DWITH_FBSYSTRACE=1",
|
||||||
|
|
|
@ -40,6 +40,7 @@ rn_xplat_cxx_library(
|
||||||
],
|
],
|
||||||
force_static = True,
|
force_static = True,
|
||||||
macosx_tests_override = [],
|
macosx_tests_override = [],
|
||||||
|
platforms = (ANDROID, APPLE),
|
||||||
preprocessor_flags = [
|
preprocessor_flags = [
|
||||||
"-DLOG_TAG=\"ReactNative\"",
|
"-DLOG_TAG=\"ReactNative\"",
|
||||||
"-DWITH_FBSYSTRACE=1",
|
"-DWITH_FBSYSTRACE=1",
|
||||||
|
|
Loading…
Reference in New Issue