From ba2a3b8c91ee443788afe5e75f0c09450f8bdf3f Mon Sep 17 00:00:00 2001 From: Jakub Grzmiel Date: Sat, 14 Apr 2018 13:04:28 -0700 Subject: [PATCH] Clean up BUCK files for missing dependencies and tests Summary: Several of dependencies and tests in repository are missing (e.g. because we don't support building certain library for MacOSX). Clean up those mistakes. Differential Revision: D7618360 fbshipit-source-id: 421834892519998ad088a138b3fc3d96afe34d79 --- csharp/BUCK | 2 +- lib/fb/BUCK | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csharp/BUCK b/csharp/BUCK index 7cbe2b50..397a0900 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -43,7 +43,7 @@ if is_apple_platform(): name = name, srcs = [ yoga_dep(':yoga#%s,static' % arch), - yoga_dep('YogaKit:YogaKit#%s,static' % arch), + yoga_dep('YogaKit:YogaKitApple#%s,static' % arch), yoga_dep('csharp:yoganet#%s,static' % arch), ], out = 'libyoga-%s.a' % arch, diff --git a/lib/fb/BUCK b/lib/fb/BUCK index f567b33c..aba3bc48 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -35,6 +35,7 @@ yoga_cxx_library( "-Wno-unused-parameter", "-std=c++11", ], + platforms = (ANDROID,), visibility = ["PUBLIC"], deps = [ ":ndklog",