Consolidate mobile yoga into top-level xplat

Reviewed By: emilsjolander

Differential Revision: D6494379

fbshipit-source-id: f6b78d8a1b3d4bcdeef350ad7bd097cdbe5d15b1
This commit is contained in:
Jonathan Kim
2017-12-13 14:43:19 -08:00
committed by Facebook Github Bot
parent 836eaa62df
commit 2a10337344
16 changed files with 90 additions and 18 deletions

4
BUCK
View File

@@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
include_defs("//yoga_defs.bzl")
load("//:yoga_defs.bzl", "LIBRARY_COMPILER_FLAGS", "BASE_COMPILER_FLAGS", "GTEST_TARGET", "yoga_dep", "cxx_library", "cxx_test")
GMOCK_OVERRIDE_FLAGS = [
# gmock does not mark mocked methods as override, ignore the warnings in tests
@@ -30,7 +30,7 @@ cxx_library(
soname = "libyogacore.$(ext)",
tests = [":YogaTests"],
visibility = ["PUBLIC"],
deps = [] if THIS_IS_FBOBJC else [
deps = [
yoga_dep("lib/fb:ndklog"),
],
)