Skip to content

Commit c866ef2

Browse files
Jakub Grzmielfacebook-github-bot
authored andcommitted
Clean up BUCK files for missing dependencies and tests
Differential Revision: D7625433 fbshipit-source-id: 332b7ff7eaed82cb52f459921f1ae67b702a1636
1 parent a42b298 commit c866ef2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ReactCommon/fabric/uimanager/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ rn_xplat_cxx_library(
3737
],
3838
force_static = True,
3939
macosx_tests_override = [],
40+
platforms = (ANDROID, APPLE),
4041
preprocessor_flags = [
4142
"-DLOG_TAG=\"ReactNative\"",
4243
"-DWITH_FBSYSTRACE=1",

ReactCommon/fabric/view/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ rn_xplat_cxx_library(
4040
],
4141
force_static = True,
4242
macosx_tests_override = [],
43+
platforms = (ANDROID, APPLE),
4344
preprocessor_flags = [
4445
"-DLOG_TAG=\"ReactNative\"",
4546
"-DWITH_FBSYSTRACE=1",

0 commit comments

Comments
 (0)