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
This commit is contained in:
Jakub Grzmiel
2018-04-14 13:04:28 -07:00
committed by Facebook Github Bot
parent eb15939c23
commit ba2a3b8c91
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -35,6 +35,7 @@ yoga_cxx_library(
"-Wno-unused-parameter",
"-std=c++11",
],
platforms = (ANDROID,),
visibility = ["PUBLIC"],
deps = [
":ndklog",